#560712

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

Shades of Bordeaux #560712

Tints of Bordeaux #560712

Color information

#560712 (or 0x560712) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 12. RGB value is (86,7,18). Sum of RGB (Red+Green+Blue) = 86+7+18=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560712 is #A9F8ED. Grayscale: #1F1F1F. Windows color (decimal): -11139310 or 1181526. OLE color: 1181526.

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

Color convert

RGB86718-
CMYK00.920.790.66
HSL351.65º84.95%18.24%-
HSV(B)351.65º91.86%33.73%-
XYZ4.022.170.78-
YUV31.88120.17166.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=77.48%
G=6.31%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671800.920.790.66351.6584.9518.24
Hex5671205C4F421605512
Octal126722013411710254012522
Binary1010110111100100101110010011111000010101100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560712; }

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

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

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

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

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

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

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

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