#57152A

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

Shades of Bordeaux #57152A

Tints of Bordeaux #57152A

Color information

#57152A (or 0x57152A) is unknown color: approx Bordeaux. HEX triplet: 57, 15 and 2A. RGB value is (87,21,42). Sum of RGB (Red+Green+Blue) = 87+21+42=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57152A is #A8EAD5. Grayscale: #2B2B2B. Windows color (decimal): -11070166 or 2757975. OLE color: 2757975.

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

Color convert

RGB872142-
CMYK00.760.520.66
HSL340.91º61.11%21.18%-
HSV(B)340.91º75.86%34.12%-
XYZ4.622.732.47-
YUV43.13127.37159.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 42 (16.80% from 255) = 28%
R=58%
G=14%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87214200.760.520.66340.9161.1121.18
Hex57152A04C34421553d15
Octal12725520114641025257525
Binary10101111010110101001001100110100100001010101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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