#571506

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

Shades of Red Oxide #571506

Tints of Red Oxide #571506

Color information

#571506 (or 0x571506) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 06. RGB value is (87,21,6). Sum of RGB (Red+Green+Blue) = 87+21+6=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #571506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571506 is #A8EAF9. Grayscale: #272727. Windows color (decimal): -11070202 or 398679. OLE color: 398679.

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

Color convert

RGB87216-
CMYK00.760.930.66
HSL11.11º87.1%18.24%-
HSV(B)11.11º93.1%34.12%-
XYZ4.232.580.45-
YUV39.02109.37162.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.32%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=76.32%
G=18.42%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721600.760.930.6611.1187.118.24
Hex5715604C5D42b5712
Octal12725601141351021312722
Binary10101111010111001001100101110110000101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571506; }

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

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

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

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

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

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

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

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