#56040C

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

Shades of Bordeaux #56040C

Tints of Bordeaux #56040C

Color information

#56040C (or 0x56040C) is unknown color: approx Bordeaux. HEX triplet: 56, 04 and 0C. RGB value is (86,4,12). Sum of RGB (Red+Green+Blue) = 86+4+12=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #56040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56040C is #A9FBF3. Grayscale: #1D1D1D. Windows color (decimal): -11140084 or 787542. OLE color: 787542.

HSL color Cylindrical-coordinate representation of color #56040C: hue angle of 354.15º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56040C is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB86412-
CMYK00.950.860.66
HSL354.15º91.11%17.65%-
HSV(B)354.15º95.35%33.73%-
XYZ3.952.090.54-
YUV29.43118.17168.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 84.31%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=84.31%
G=3.92%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8641200.950.860.66354.1591.1117.65
Hex564C05F56421625b12
Octal126414013712610254213322
Binary101011010011000101111110101101000010101100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56040C; }

 p { color: rgb(86,4,12); }

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

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

 a { background-color: rgb(86,4,12); }

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

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

 span { border-color: rgb(86,4,12); }

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