#57020C

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

Shades of Bordeaux #57020C

Tints of Bordeaux #57020C

Color information

#57020C (or 0x57020C) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 0C. RGB value is (87,2,12). Sum of RGB (Red+Green+Blue) = 87+2+12=101 (13% of max value = 765). Red value is 87 (34.38% from 255 or 86.14% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 87 - color contains mainly: red. Hex color #57020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57020C is #A8FDF3. Grayscale: #1C1C1C. Windows color (decimal): -11075060 or 787031. OLE color: 787031.

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

Color convert

RGB87212-
CMYK00.980.860.66
HSL352.94º95.51%17.45%-
HSV(B)352.94º97.7%34.12%-
XYZ4.022.10.54-
YUV28.55118.66169.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 86.14%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=86.14%
G=1.98%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721200.980.860.66352.9495.5117.45
Hex572C06256421616011
Octal127214014212610254114021
Binary10101111011000110001010101101000010101100001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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