#57021D

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

Shades of Bordeaux #57021D

Tints of Bordeaux #57021D

Color information

#57021D (or 0x57021D) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 1D. RGB value is (87,2,29). Sum of RGB (Red+Green+Blue) = 87+2+29=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #57021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57021D is #A8FDE2. Grayscale: #1E1E1E. Windows color (decimal): -11075043 or 1901143. OLE color: 1901143.

HSL color Cylindrical-coordinate representation of color #57021D: hue angle of 340.94º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57021D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB87229-
CMYK00.980.670.66
HSL340.94º95.51%17.45%-
HSV(B)340.94º97.7%34.12%-
XYZ4.172.161.36-
YUV30.49127.16168.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 73.73%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=73.73%
G=1.69%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8722900.980.670.66340.9495.5117.45
Hex5721D06243421556011
Octal127235014210310252514021
Binary101011110111010110001010000111000010101010101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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