#560817

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

Shades of Bordeaux #560817

Tints of Bordeaux #560817

Color information

#560817 (or 0x560817) is unknown color: approx Bordeaux. HEX triplet: 56, 08 and 17. RGB value is (86,8,23). Sum of RGB (Red+Green+Blue) = 86+8+23=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #560817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560817 is #A9F7E8. Grayscale: #212121. Windows color (decimal): -11139049 or 1509462. OLE color: 1509462.

HSL color Cylindrical-coordinate representation of color #560817: hue angle of 348.46º 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 #560817 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB86823-
CMYK00.910.730.66
HSL348.46º82.98%18.43%-
HSV(B)348.46º90.7%33.73%-
XYZ4.082.211.02-
YUV33.03122.34165.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=73.50%
G=6.84%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8682300.910.730.66348.4682.9818.43
Hex5681705B494215c5312
Octal1261027013311110253412322
Binary10101101000101110101101110010011000010101011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560817; }

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

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

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

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

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

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

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

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