#57050A

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

Shades of Bordeaux #57050A

Tints of Bordeaux #57050A

Color information

#57050A (or 0x57050A) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 0A. RGB value is (87,5,10). Sum of RGB (Red+Green+Blue) = 87+5+10=102 (13% of max value = 765). Red value is 87 (34.38% from 255 or 85.29% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 87 - color contains mainly: red. Hex color #57050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57050A is #A8FAF5. Grayscale: #1E1E1E. Windows color (decimal): -11074294 or 656727. OLE color: 656727.

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

Color convert

RGB87510-
CMYK00.940.890.66
HSL356.34º89.13%18.04%-
HSV(B)356.34º94.25%34.12%-
XYZ4.042.160.49-
YUV30.09116.67168.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 85.29%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=85.29%
G=4.90%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8751000.940.890.66356.3489.1318.04
Hex575A05E59421645912
Octal127512013613110254413122
Binary101011110110100101111010110011000010101100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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