#57122C

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

Shades of Bordeaux #57122C

Tints of Bordeaux #57122C

Color information

#57122C (or 0x57122C) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 2C. RGB value is (87,18,44). Sum of RGB (Red+Green+Blue) = 87+18+44=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57122C is #A8EDD3. Grayscale: #292929. Windows color (decimal): -11070932 or 2888279. OLE color: 2888279.

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

Color convert

RGB871844-
CMYK00.790.490.66
HSL337.39º65.71%20.59%-
HSV(B)337.39º79.31%34.12%-
XYZ4.62.642.65-
YUV41.59129.36160.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=58.39%
G=12.08%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87184400.790.490.66337.3965.7120.59
Hex57122C04F31421514215
Octal127225401176110252110225
Binary101011110010101100010011111100011000010101010001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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