#560C12

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

Shades of Bordeaux #560C12

Tints of Bordeaux #560C12

Color information

#560C12 (or 0x560C12) is unknown color: approx Bordeaux. HEX triplet: 56, 0C and 12. RGB value is (86,12,18). Sum of RGB (Red+Green+Blue) = 86+12+18=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #560C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C12 is #A9F3ED. Grayscale: #222222. Windows color (decimal): -11138030 or 1182806. OLE color: 1182806.

HSL color Cylindrical-coordinate representation of color #560C12: hue angle of 355.14º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560C12 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB861218-
CMYK00.860.790.66
HSL355.14º75.51%19.22%-
HSV(B)355.14º86.05%33.73%-
XYZ4.082.290.8-
YUV34.81118.52164.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.14%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=74.14%
G=10.34%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86121800.860.790.66355.1475.5119.22
Hex56C120564F421634c13
Octal1261422012611710254311423
Binary10101101100100100101011010011111000010101100011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560C12; }

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

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

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

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

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

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

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

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