#561916

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

Shades of Red Oxide #561916

Tints of Red Oxide #561916

Color information

#561916 (or 0x561916) is unknown color: approx Red Oxide. HEX triplet: 56, 19 and 16. RGB value is (86,25,22). Sum of RGB (Red+Green+Blue) = 86+25+22=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #561916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561916 is #A9E6E9. Grayscale: #2A2A2A. Windows color (decimal): -11134698 or 1448278. OLE color: 1448278.

HSL color Cylindrical-coordinate representation of color #561916: hue angle of 2.81º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561916 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB862522-
CMYK00.710.740.66
HSL2.81º59.26%21.18%-
HSV(B)2.81º74.42%33.73%-
XYZ4.332.731.06-
YUV42.9116.21158.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.66%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=64.66%
G=18.80%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86252200.710.740.662.8159.2621.18
Hex5619160474A4233b15
Octal1263126010711210237325
Binary1010110110011011001000111100101010000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561916; }

 p { color: rgb(86,25,22); }

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

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

 a { background-color: rgb(86,25,22); }

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

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

 span { border-color: rgb(86,25,22); }

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