#57051D

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

Shades of Bordeaux #57051D

Tints of Bordeaux #57051D

Color information

#57051D (or 0x57051D) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 1D. RGB value is (87,5,29). Sum of RGB (Red+Green+Blue) = 87+5+29=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57051D is #A8FAE2. Grayscale: #202020. Windows color (decimal): -11074275 or 1901911. OLE color: 1901911.

HSL color Cylindrical-coordinate representation of color #57051D: hue angle of 342.44º 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 #57051D is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB87529-
CMYK00.940.670.66
HSL342.44º89.13%18.04%-
HSV(B)342.44º94.25%34.12%-
XYZ4.212.221.37-
YUV32.25126.17167.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=71.90%
G=4.13%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8752900.940.670.66342.4489.1318.04
Hex5751D05E43421565912
Octal127535013610310252613122
Binary1010111101111010101111010000111000010101010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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