#571201

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

Shades of Red Oxide #571201

Tints of Red Oxide #571201

Color information

#571201 (or 0x571201) is unknown color: approx Red Oxide. HEX triplet: 57, 12 and 01. RGB value is (87,18,1). Sum of RGB (Red+Green+Blue) = 87+18+1=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #571201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571201 is #A8EDFE. Grayscale: #242424. Windows color (decimal): -11070975 or 70231. OLE color: 70231.

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

Color convert

RGB87181-
CMYK00.790.990.66
HSL11.86º97.73%17.25%-
HSV(B)11.86º98.85%34.12%-
XYZ4.152.460.28-
YUV36.69107.86163.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.08%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=82.08%
G=16.98%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718100.790.990.6611.8697.7317.25
Hex5712104F6342c6211
Octal12722101171431021414221
Binary101011110010101001111110001110000101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571201; }

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

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

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

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

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

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

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

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