#560C18

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

Shades of Bordeaux #560C18

Tints of Bordeaux #560C18

Color information

#560C18 (or 0x560C18) is unknown color: approx Bordeaux. HEX triplet: 56, 0C and 18. RGB value is (86,12,24). Sum of RGB (Red+Green+Blue) = 86+12+24=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C18 is #A9F3E7. Grayscale: #232323. Windows color (decimal): -11138024 or 1576022. OLE color: 1576022.

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

Color convert

RGB861224-
CMYK00.860.720.66
HSL350.27º75.51%19.22%-
HSV(B)350.27º86.05%33.73%-
XYZ4.132.311.09-
YUV35.49121.52164.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 70.49%
GREEN value IS 12 (5.08% from 255) = 9.84%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=70.49%
G=9.84%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86122400.860.720.66350.2775.5119.22
Hex56C18056484215e4c13
Octal1261430012611010253611423
Binary10101101100110000101011010010001000010101011110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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