#561816

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

Shades of Red Oxide #561816

Tints of Red Oxide #561816

Color information

#561816 (or 0x561816) is unknown color: approx Red Oxide. HEX triplet: 56, 18 and 16. RGB value is (86,24,22). Sum of RGB (Red+Green+Blue) = 86+24+22=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #561816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561816 is #A9E7E9. Grayscale: #2A2A2A. Windows color (decimal): -11134954 or 1448022. OLE color: 1448022.

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

Color convert

RGB862422-
CMYK00.720.740.66
HSL1.88º59.26%21.18%-
HSV(B)1.88º74.42%33.73%-
XYZ4.312.691.05-
YUV42.31116.54159.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=65.15%
G=18.18%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86242200.720.740.661.8859.2621.18
Hex5618160484A4223b15
Octal1263026011011210227325
Binary1010110110001011001001000100101010000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561816; }

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

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

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

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

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

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

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

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