#571606

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

Shades of Red Oxide #571606

Tints of Red Oxide #571606

Color information

#571606 (or 0x571606) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 06. RGB value is (87,22,6). Sum of RGB (Red+Green+Blue) = 87+22+6=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #571606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571606 is #A8E9F9. Grayscale: #272727. Windows color (decimal): -11069946 or 398935. OLE color: 398935.

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

Color convert

RGB87226-
CMYK00.750.930.66
HSL11.85º87.1%18.24%-
HSV(B)11.85º93.1%34.12%-
XYZ4.252.610.45-
YUV39.61109.03161.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75.65%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=75.65%
G=19.13%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8722600.750.930.6611.8587.118.24
Hex5716604B5D42c5712
Octal12726601131351021412722
Binary10101111011011001001011101110110000101100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571606; }

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

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

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

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

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

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

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

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