#560612

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

Shades of Bordeaux #560612

Tints of Bordeaux #560612

Color information

#560612 (or 0x560612) is unknown color: approx Bordeaux. HEX triplet: 56, 06 and 12. RGB value is (86,6,18). Sum of RGB (Red+Green+Blue) = 86+6+18=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560612 is #A9F9ED. Grayscale: #1F1F1F. Windows color (decimal): -11139566 or 1181270. OLE color: 1181270.

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

Color convert

RGB86618-
CMYK00.930.790.66
HSL351º86.96%18.04%-
HSV(B)351º93.02%33.73%-
XYZ4.012.150.78-
YUV31.29120.5167.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.18%
GREEN value IS 6 (2.73% from 255) = 5.45%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=78.18%
G=5.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8661800.930.790.6635186.9618.04
Hex5661205D4F4215f5712
Octal126622013511710253712722
Binary1010110110100100101110110011111000010101011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560612; }

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

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

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

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

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

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

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

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