#571806

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

Shades of Red Oxide #571806

Tints of Red Oxide #571806

Color information

#571806 (or 0x571806) is unknown color: approx Red Oxide. HEX triplet: 57, 18 and 06. RGB value is (87,24,6). Sum of RGB (Red+Green+Blue) = 87+24+6=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #571806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571806 is #A8E7F9. Grayscale: #282828. Windows color (decimal): -11069434 or 399447. OLE color: 399447.

HSL color Cylindrical-coordinate representation of color #571806: hue angle of 13.33º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #571806 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87246-
CMYK00.720.930.66
HSL13.33º87.1%18.24%-
HSV(B)13.33º93.1%34.12%-
XYZ4.292.690.47-
YUV40.78108.37160.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 6 (2.73% from 255) = 5.13%
R=74.36%
G=20.51%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724600.720.930.6613.3387.118.24
Hex571860485D42d5712
Octal12730601101351021512722
Binary10101111100011001001000101110110000101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571806; }

 p { color: rgb(87,24,6); }

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

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

 a { background-color: rgb(87,24,6); }

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

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

 span { border-color: rgb(87,24,6); }

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