#57121F

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

Shades of Bordeaux #57121F

Tints of Bordeaux #57121F

Color information

#57121F (or 0x57121F) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 1F. RGB value is (87,18,31). Sum of RGB (Red+Green+Blue) = 87+18+31=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57121F is #A8EDE0. Grayscale: #282828. Windows color (decimal): -11070945 or 2036311. OLE color: 2036311.

HSL color Cylindrical-coordinate representation of color #57121F: hue angle of 348.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57121F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB871831-
CMYK00.790.640.66
HSL348.7º65.71%20.59%-
HSV(B)348.7º79.31%34.12%-
XYZ4.392.561.56-
YUV40.11122.86161.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=63.97%
G=13.24%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87183100.790.640.66348.765.7120.59
Hex57121F04F404215d4215
Octal1272237011710010253510225
Binary101011110010111110100111110000001000010101011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,18,31); }

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

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

 a { background-color: rgb(87,18,31); }

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

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

 span { border-color: rgb(87,18,31); }

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