#57050B

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

Shades of Bordeaux #57050B

Tints of Bordeaux #57050B

Color information

#57050B (or 0x57050B) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 0B. RGB value is (87,5,11). Sum of RGB (Red+Green+Blue) = 87+5+11=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #57050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57050B is #A8FAF4. Grayscale: #1E1E1E. Windows color (decimal): -11074293 or 722263. OLE color: 722263.

HSL color Cylindrical-coordinate representation of color #57050B: hue angle of 355.61º 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 #57050B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB87511-
CMYK00.940.870.66
HSL355.61º89.13%18.04%-
HSV(B)355.61º94.25%34.12%-
XYZ4.052.160.52-
YUV30.2117.17168.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 84.47%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=84.47%
G=4.85%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8751100.940.870.66355.6189.1318.04
Hex575B05E57421645912
Octal127513013612710254413122
Binary101011110110110101111010101111000010101100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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