#560818

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

Shades of Bordeaux #560818

Tints of Bordeaux #560818

Color information

#560818 (or 0x560818) is unknown color: approx Bordeaux. HEX triplet: 56, 08 and 18. RGB value is (86,8,24). Sum of RGB (Red+Green+Blue) = 86+8+24=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #560818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560818 is #A9F7E7. Grayscale: #212121. Windows color (decimal): -11139048 or 1574998. OLE color: 1574998.

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

Color convert

RGB86824-
CMYK00.910.720.66
HSL347.69º82.98%18.43%-
HSV(B)347.69º90.7%33.73%-
XYZ4.092.221.08-
YUV33.15122.84165.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.88%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=72.88%
G=6.78%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8682400.910.720.66347.6982.9818.43
Hex5681805B484215c5312
Octal1261030013311010253412322
Binary10101101000110000101101110010001000010101011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560818; }

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

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

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

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

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

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

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

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