#57152C

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

Shades of Bordeaux #57152C

Tints of Bordeaux #57152C

Color information

#57152C (or 0x57152C) is unknown color: approx Bordeaux. HEX triplet: 57, 15 and 2C. RGB value is (87,21,44). Sum of RGB (Red+Green+Blue) = 87+21+44=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57152C is #A8EAD3. Grayscale: #2B2B2B. Windows color (decimal): -11070164 or 2889047. OLE color: 2889047.

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

Color convert

RGB872144-
CMYK00.760.490.66
HSL339.09º61.11%21.18%-
HSV(B)339.09º75.86%34.12%-
XYZ4.652.742.67-
YUV43.36128.37159.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=57.24%
G=13.82%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87214400.760.490.66339.0961.1121.18
Hex57152C04C31421533d15
Octal12725540114611025237525
Binary10101111010110110001001100110001100001010101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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