#57011C

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

Shades of Bordeaux #57011C

Tints of Bordeaux #57011C

Color information

#57011C (or 0x57011C) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 1C. RGB value is (87,1,28). Sum of RGB (Red+Green+Blue) = 87+1+28=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #57011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57011C is #A8FEE3. Grayscale: #1D1D1D. Windows color (decimal): -11075300 or 1835351. OLE color: 1835351.

HSL color Cylindrical-coordinate representation of color #57011C: hue angle of 341.16º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57011C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB87128-
CMYK00.990.680.66
HSL341.16º97.73%17.25%-
HSV(B)341.16º98.85%34.12%-
XYZ4.152.131.29-
YUV29.79126.99168.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=75%
G=0.86%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8712800.990.680.66341.1697.7317.25
Hex5711C06344421556211
Octal127134014310410252514221
Binary10101111111000110001110001001000010101010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,1,28); }

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

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

 a { background-color: rgb(87,1,28); }

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

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

 span { border-color: rgb(87,1,28); }

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