#560812

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

Shades of Bordeaux #560812

Tints of Bordeaux #560812

Color information

#560812 (or 0x560812) is unknown color: approx Bordeaux. HEX triplet: 56, 08 and 12. RGB value is (86,8,18). Sum of RGB (Red+Green+Blue) = 86+8+18=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560812 is #A9F7ED. Grayscale: #202020. Windows color (decimal): -11139054 or 1181782. OLE color: 1181782.

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

Color convert

RGB86818-
CMYK00.910.790.66
HSL352.31º82.98%18.43%-
HSV(B)352.31º90.7%33.73%-
XYZ4.032.20.78-
YUV32.46119.84166.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.79%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=76.79%
G=7.14%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8681800.910.790.66352.3182.9818.43
Hex5681205B4F421605312
Octal1261022013311710254012322
Binary10101101000100100101101110011111000010101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560812; }

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

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

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

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

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

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

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

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