#57152B

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

Shades of Bordeaux #57152B

Tints of Bordeaux #57152B

Color information

#57152B (or 0x57152B) is unknown color: approx Bordeaux. HEX triplet: 57, 15 and 2B. RGB value is (87,21,43). Sum of RGB (Red+Green+Blue) = 87+21+43=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57152B is #A8EAD4. Grayscale: #2B2B2B. Windows color (decimal): -11070165 or 2823511. OLE color: 2823511.

HSL color Cylindrical-coordinate representation of color #57152B: hue angle of 340º 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 #57152B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB872143-
CMYK00.760.510.66
HSL340º61.11%21.18%-
HSV(B)340º75.86%34.12%-
XYZ4.632.742.57-
YUV43.24127.87159.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=57.62%
G=13.91%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87214300.760.510.6634061.1121.18
Hex57152B04C33421543d15
Octal12725530114631025247525
Binary10101111010110101101001100110011100001010101010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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