#57090F

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

Shades of Bordeaux #57090F

Tints of Bordeaux #57090F

Color information

#57090F (or 0x57090F) is unknown color: approx Bordeaux. HEX triplet: 57, 09 and 0F. RGB value is (87,9,15). Sum of RGB (Red+Green+Blue) = 87+9+15=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #57090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57090F is #A8F6F0. Grayscale: #212121. Windows color (decimal): -11073265 or 985431. OLE color: 985431.

HSL color Cylindrical-coordinate representation of color #57090F: hue angle of 355.38º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57090F is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB87915-
CMYK00.900.830.66
HSL355.38º81.25%18.82%-
HSV(B)355.38º89.66%34.12%-
XYZ4.112.260.67-
YUV33.01117.84166.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 78.38%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=78.38%
G=8.11%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8791500.900.830.66355.3881.2518.82
Hex579F05A53421635113
Octal1271117013212310254312123
Binary1010111100111110101101010100111000010101100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57090F; }

 p { color: rgb(87,9,15); }

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

<style>
 a { background-color: #57090F; }

 a { background-color: rgb(87,9,15); }

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

<style>
 span { border-color: #57090F; }

 span { border-color: rgb(87,9,15); }

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