#57051F

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

Shades of Bordeaux #57051F

Tints of Bordeaux #57051F

Color information

#57051F (or 0x57051F) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 1F. RGB value is (87,5,31). Sum of RGB (Red+Green+Blue) = 87+5+31=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #57051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57051F is #A8FAE0. Grayscale: #202020. Windows color (decimal): -11074273 or 2032983. OLE color: 2032983.

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

Color convert

RGB87531-
CMYK00.940.640.66
HSL340.98º89.13%18.04%-
HSV(B)340.98º94.25%34.12%-
XYZ4.232.231.5-
YUV32.48127.17166.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=70.73%
G=4.07%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8753100.940.640.66340.9889.1318.04
Hex5751F05E40421555912
Octal127537013610010252513122
Binary1010111101111110101111010000001000010101010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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