#570201

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

Shades of Maroon #570201

Tints of Maroon #570201

Color information

#570201 (or 0x570201) is unknown color: approx Maroon. HEX triplet: 57, 02 and 01. RGB value is (87,2,1). Sum of RGB (Red+Green+Blue) = 87+2+1=90 (11% of max value = 765). Red value is 87 (34.38% from 255 or 96.67% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 87 - color contains mainly: red. Hex color #570201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570201 is #A8FDFE. Grayscale: #1B1B1B. Windows color (decimal): -11075071 or 66135. OLE color: 66135.

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

Color convert

RGB8721-
CMYK00.980.990.66
HSL0.7º97.73%17.25%-
HSV(B)0.7º98.85%34.12%-
XYZ3.962.070.22-
YUV27.3113.16170.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 96.67%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=96.67%
G=2.22%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal872100.980.990.660.797.7317.25
Hex5721062634216211
Octal127210142143102114221
Binary101011110101100010110001110000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570201; }

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

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

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

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

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

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

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

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