#57121A

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

Shades of Bordeaux #57121A

Tints of Bordeaux #57121A

Color information

#57121A (or 0x57121A) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 1A. RGB value is (87,18,26). Sum of RGB (Red+Green+Blue) = 87+18+26=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57121A is #A8EDE5. Grayscale: #272727. Windows color (decimal): -11070950 or 1708631. OLE color: 1708631.

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

Color convert

RGB871826-
CMYK00.790.700.66
HSL353.04º65.71%20.59%-
HSV(B)353.04º79.31%34.12%-
XYZ4.332.531.24-
YUV39.54120.36161.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=66.41%
G=13.74%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87182600.790.700.66353.0465.7120.59
Hex57121A04F46421614215
Octal1272232011710610254110225
Binary101011110010110100100111110001101000010101100001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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