#57051E

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

Shades of Bordeaux #57051E

Tints of Bordeaux #57051E

Color information

#57051E (or 0x57051E) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 1E. RGB value is (87,5,30). Sum of RGB (Red+Green+Blue) = 87+5+30=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #57051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57051E is #A8FAE1. Grayscale: #202020. Windows color (decimal): -11074274 or 1967447. OLE color: 1967447.

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

Color convert

RGB87530-
CMYK00.940.660.66
HSL341.71º89.13%18.04%-
HSV(B)341.71º94.25%34.12%-
XYZ4.222.231.44-
YUV32.37126.67166.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.31%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=71.31%
G=4.10%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8753000.940.660.66341.7189.1318.04
Hex5751E05E42421565912
Octal127536013610210252613122
Binary1010111101111100101111010000101000010101010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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