#57051B

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

Shades of Bordeaux #57051B

Tints of Bordeaux #57051B

Color information

#57051B (or 0x57051B) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 1B. RGB value is (87,5,27). Sum of RGB (Red+Green+Blue) = 87+5+27=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57051B is #A8FAE4. Grayscale: #202020. Windows color (decimal): -11074277 or 1770839. OLE color: 1770839.

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

Color convert

RGB87527-
CMYK00.940.690.66
HSL343.9º89.13%18.04%-
HSV(B)343.9º94.25%34.12%-
XYZ4.182.211.24-
YUV32.03125.17167.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 73.11%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=73.11%
G=4.20%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8752700.940.690.66343.989.1318.04
Hex5751B05E45421585912
Octal127533013610510253013122
Binary1010111101110110101111010001011000010101011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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