#560C13

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

Shades of Bordeaux #560C13

Tints of Bordeaux #560C13

Color information

#560C13 (or 0x560C13) is unknown color: approx Bordeaux. HEX triplet: 56, 0C and 13. RGB value is (86,12,19). Sum of RGB (Red+Green+Blue) = 86+12+19=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #560C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C13 is #A9F3EC. Grayscale: #222222. Windows color (decimal): -11138029 or 1248342. OLE color: 1248342.

HSL color Cylindrical-coordinate representation of color #560C13: hue angle of 354.32º 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 #560C13 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB861219-
CMYK00.860.780.66
HSL354.32º75.51%19.22%-
HSV(B)354.32º86.05%33.73%-
XYZ4.092.290.84-
YUV34.92119.02164.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=73.50%
G=10.26%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86121900.860.780.66354.3275.5119.22
Hex56C130564E421624c13
Octal1261423012611610254211423
Binary10101101100100110101011010011101000010101100010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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