#57060D

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

Shades of Bordeaux #57060D

Tints of Bordeaux #57060D

Color information

#57060D (or 0x57060D) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 0D. RGB value is (87,6,13). Sum of RGB (Red+Green+Blue) = 87+6+13=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #57060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57060D is #A8F9F2. Grayscale: #1F1F1F. Windows color (decimal): -11074035 or 853591. OLE color: 853591.

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

Color convert

RGB87613-
CMYK00.930.850.66
HSL354.81º87.1%18.24%-
HSV(B)354.81º93.1%34.12%-
XYZ4.072.190.59-
YUV31.02117.84167.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.08%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=82.08%
G=5.66%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8761300.930.850.66354.8187.118.24
Hex576D05D55421635712
Octal127615013512510254312722
Binary101011111011010101110110101011000010101100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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