#571001

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

Shades of Red Oxide #571001

Tints of Red Oxide #571001

Color information

#571001 (or 0x571001) is unknown color: approx Red Oxide. HEX triplet: 57, 10 and 01. RGB value is (87,16,1). Sum of RGB (Red+Green+Blue) = 87+16+1=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #571001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571001 is #A8EFFE. Grayscale: #232323. Windows color (decimal): -11071487 or 69719. OLE color: 69719.

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

Color convert

RGB87161-
CMYK00.820.990.66
HSL10.47º97.73%17.25%-
HSV(B)10.47º98.85%34.12%-
XYZ4.122.40.27-
YUV35.52108.52164.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 83.65%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=83.65%
G=15.38%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8716100.820.990.6610.4797.7317.25
Hex571010526342a6211
Octal12720101221431021214221
Binary101011110000101010010110001110000101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571001; }

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

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

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

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

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

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

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

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