#57050D

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

Shades of Bordeaux #57050D

Tints of Bordeaux #57050D

Color information

#57050D (or 0x57050D) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 0D. RGB value is (87,5,13). Sum of RGB (Red+Green+Blue) = 87+5+13=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #57050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57050D is #A8FAF2. Grayscale: #1E1E1E. Windows color (decimal): -11074291 or 853335. OLE color: 853335.

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

Color convert

RGB87513-
CMYK00.940.850.66
HSL354.15º89.13%18.04%-
HSV(B)354.15º94.25%34.12%-
XYZ4.062.160.58-
YUV30.43118.17168.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.86%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=82.86%
G=4.76%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8751300.940.850.66354.1589.1318.04
Hex575D05E55421625912
Octal127515013612510254213122
Binary101011110111010101111010101011000010101100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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