#57011F

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

Shades of Bordeaux #57011F

Tints of Bordeaux #57011F

Color information

#57011F (or 0x57011F) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 1F. RGB value is (87,1,31). Sum of RGB (Red+Green+Blue) = 87+1+31=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57011F is #A8FEE0. Grayscale: #1E1E1E. Windows color (decimal): -11075297 or 2031959. OLE color: 2031959.

HSL color Cylindrical-coordinate representation of color #57011F: hue angle of 339.07º 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 #57011F is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB87131-
CMYK00.990.640.66
HSL339.07º97.73%17.25%-
HSV(B)339.07º98.85%34.12%-
XYZ4.192.151.49-
YUV30.13128.49168.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 73.11%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=73.11%
G=0.84%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8713100.990.640.66339.0797.7317.25
Hex5711F06340421536211
Octal127137014310010252314221
Binary10101111111110110001110000001000010101010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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