#560212

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

Shades of Bordeaux #560212

Tints of Bordeaux #560212

Color information

#560212 (or 0x560212) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 12. RGB value is (86,2,18). Sum of RGB (Red+Green+Blue) = 86+2+18=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #560212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560212 is #A9FDED. Grayscale: #1C1C1C. Windows color (decimal): -11140590 or 1180246. OLE color: 1180246.

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

Color convert

RGB86218-
CMYK00.980.790.66
HSL348.57º95.45%17.25%-
HSV(B)348.57º97.67%33.73%-
XYZ3.972.070.76-
YUV28.94121.83168.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=81.13%
G=1.89%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621800.980.790.66348.5795.4517.25
Hex562120624F4215d5f11
Octal126222014211710253513721
Binary101011010100100110001010011111000010101011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560212; }

 p { color: rgb(86,2,18); }

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

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

 a { background-color: rgb(86,2,18); }

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

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

 span { border-color: rgb(86,2,18); }

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