#57122A

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

Shades of Bordeaux #57122A

Tints of Bordeaux #57122A

Color information

#57122A (or 0x57122A) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 2A. RGB value is (87,18,42). Sum of RGB (Red+Green+Blue) = 87+18+42=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57122A is #A8EDD5. Grayscale: #292929. Windows color (decimal): -11070934 or 2757207. OLE color: 2757207.

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

Color convert

RGB871842-
CMYK00.790.520.66
HSL339.13º65.71%20.59%-
HSV(B)339.13º79.31%34.12%-
XYZ4.562.632.46-
YUV41.37128.36160.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=59.18%
G=12.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87184200.790.520.66339.1365.7120.59
Hex57122A04F34421534215
Octal127225201176410252310225
Binary101011110010101010010011111101001000010101010011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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