#560121

Color #560121 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #560121

Tints of Bordeaux #560121

Color information

#560121 (or 0x560121) is unknown color: approx Bordeaux. HEX triplet: 56, 01 and 21. RGB value is (86,1,33). Sum of RGB (Red+Green+Blue) = 86+1+33=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #560121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560121 is #A9FEDE. Grayscale: #1E1E1E. Windows color (decimal): -11140831 or 2163030. OLE color: 2163030.

HSL color Cylindrical-coordinate representation of color #560121: hue angle of 337.41º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560121 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB86133-
CMYK00.990.620.66
HSL337.41º97.7%17.06%-
HSV(B)337.41º98.84%33.73%-
XYZ4.122.111.63-
YUV30.06129.66167.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 71.67%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=71.67%
G=0.83%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8613300.990.620.66337.4197.717.06
Hex561210633E421516211
Octal12614101437610252114221
Binary10101101100001011000111111101000010101010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560121; }

 p { color: rgb(86,1,33); }

 H1.HeaderClassName
 {
   color: #560121;
 }
 .AnyTagClassName
 {
   color: #560121;
 }
</style>
background-color css

<style>
 a { background-color: #560121; }

 a { background-color: rgb(86,1,33); }

 div.DivClassName
 {
   background-color: #560121;
 }
 .BgClassName
 {
   background-color: #560121;
 }
</style>
border-color css

<style>
 span { border-color: #560121; }

 span { border-color: rgb(86,1,33); }

 td.TdClassName
 {
   border-color: #560121;
 }
 .TagClassName
 {
   border-color: #560121;
 }
</style>