#57161F

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

Shades of Bordeaux #57161F

Tints of Bordeaux #57161F

Color information

#57161F (or 0x57161F) is unknown color: approx Bordeaux. HEX triplet: 57, 16 and 1F. RGB value is (87,22,31). Sum of RGB (Red+Green+Blue) = 87+22+31=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #57161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57161F is #A8E9E0. Grayscale: #2A2A2A. Windows color (decimal): -11069921 or 2037335. OLE color: 2037335.

HSL color Cylindrical-coordinate representation of color #57161F: hue angle of 351.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57161F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB872231-
CMYK00.750.640.66
HSL351.69º59.63%21.37%-
HSV(B)351.69º74.71%34.12%-
XYZ4.462.71.58-
YUV42.46121.53159.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=62.14%
G=15.71%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87223100.750.640.66351.6959.6321.37
Hex57161F04B40421603c15
Octal127263701131001025407425
Binary10101111011011111010010111000000100001010110000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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