#57162C

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

Shades of Bordeaux #57162C

Tints of Bordeaux #57162C

Color information

#57162C (or 0x57162C) is unknown color: approx Bordeaux. HEX triplet: 57, 16 and 2C. RGB value is (87,22,44). Sum of RGB (Red+Green+Blue) = 87+22+44=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #57162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162C is #A8E9D3. Grayscale: #2B2B2B. Windows color (decimal): -11069908 or 2889303. OLE color: 2889303.

HSL color Cylindrical-coordinate representation of color #57162C: hue angle of 339.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57162C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB872244-
CMYK00.750.490.66
HSL339.69º59.63%21.37%-
HSV(B)339.69º74.71%34.12%-
XYZ4.672.782.67-
YUV43.94128.03158.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=56.86%
G=14.38%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87224400.750.490.66339.6959.6321.37
Hex57162C04B31421543c15
Octal12726540113611025247425
Binary10101111011010110001001011110001100001010101010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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