#57060E

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

Shades of Bordeaux #57060E

Tints of Bordeaux #57060E

Color information

#57060E (or 0x57060E) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 0E. RGB value is (87,6,14). Sum of RGB (Red+Green+Blue) = 87+6+14=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #57060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57060E is #A8F9F1. Grayscale: #1F1F1F. Windows color (decimal): -11074034 or 919127. OLE color: 919127.

HSL color Cylindrical-coordinate representation of color #57060E: hue angle of 354.07º 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 #57060E is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB87614-
CMYK00.930.840.66
HSL354.07º87.1%18.24%-
HSV(B)354.07º93.1%34.12%-
XYZ4.072.190.62-
YUV31.13118.34167.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 81.31%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=81.31%
G=5.61%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8761400.930.840.66354.0787.118.24
Hex576E05D54421625712
Octal127616013512410254212722
Binary101011111011100101110110101001000010101100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57060E; }

 p { color: rgb(87,6,14); }

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

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

 a { background-color: rgb(87,6,14); }

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

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

 span { border-color: rgb(87,6,14); }

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