#57020E

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

Shades of Bordeaux #57020E

Tints of Bordeaux #57020E

Color information

#57020E (or 0x57020E) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 0E. RGB value is (87,2,14). Sum of RGB (Red+Green+Blue) = 87+2+14=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #57020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57020E is #A8FDF1. Grayscale: #1C1C1C. Windows color (decimal): -11075058 or 918103. OLE color: 918103.

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

Color convert

RGB87214-
CMYK00.980.840.66
HSL351.53º95.51%17.45%-
HSV(B)351.53º97.7%34.12%-
XYZ4.032.10.61-
YUV28.78119.66169.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 84.47%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=84.47%
G=1.94%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721400.980.840.66351.5395.5117.45
Hex572E06254421606011
Octal127216014212410254014021
Binary10101111011100110001010101001000010101100000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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