#57142C

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

Shades of Bordeaux #57142C

Tints of Bordeaux #57142C

Color information

#57142C (or 0x57142C) is unknown color: approx Bordeaux. HEX triplet: 57, 14 and 2C. RGB value is (87,20,44). Sum of RGB (Red+Green+Blue) = 87+20+44=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57142C is #A8EBD3. Grayscale: #2A2A2A. Windows color (decimal): -11070420 or 2888791. OLE color: 2888791.

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

Color convert

RGB872044-
CMYK00.770.490.66
HSL338.51º62.62%20.98%-
HSV(B)338.51º77.01%34.12%-
XYZ4.642.712.66-
YUV42.77128.7159.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=57.62%
G=13.25%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87204400.770.490.66338.5162.6220.98
Hex57142C04D31421533f15
Octal12724540115611025237725
Binary10101111010010110001001101110001100001010101001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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