#571406

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

Shades of Red Oxide #571406

Tints of Red Oxide #571406

Color information

#571406 (or 0x571406) is unknown color: approx Red Oxide. HEX triplet: 57, 14 and 06. RGB value is (87,20,6). Sum of RGB (Red+Green+Blue) = 87+20+6=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #571406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571406 is #A8EBF9. Grayscale: #262626. Windows color (decimal): -11070458 or 398423. OLE color: 398423.

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

Color convert

RGB87206-
CMYK00.770.930.66
HSL10.37º87.1%18.24%-
HSV(B)10.37º93.1%34.12%-
XYZ4.212.540.44-
YUV38.44109.7162.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.99%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=76.99%
G=17.70%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8720600.770.930.6610.3787.118.24
Hex5714604D5D42a5712
Octal12724601151351021212722
Binary10101111010011001001101101110110000101010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571406; }

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

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

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

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

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

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

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

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