#560E18

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

Shades of Bordeaux #560E18

Tints of Bordeaux #560E18

Color information

#560E18 (or 0x560E18) is unknown color: approx Bordeaux. HEX triplet: 56, 0E and 18. RGB value is (86,14,24). Sum of RGB (Red+Green+Blue) = 86+14+24=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560E18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E18 is #A9F1E7. Grayscale: #242424. Windows color (decimal): -11137512 or 1576534. OLE color: 1576534.

HSL color Cylindrical-coordinate representation of color #560E18: hue angle of 351.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E18 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB861424-
CMYK00.840.720.66
HSL351.67º72%19.61%-
HSV(B)351.67º83.72%33.73%-
XYZ4.162.361.1-
YUV36.67120.85163.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 14 (5.86% from 255) = 11.29%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=69.35%
G=11.29%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86142400.840.720.66351.677219.61
Hex56E1805448421604814
Octal1261630012411010254011024
Binary10101101110110000101010010010001000010101100000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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