#561614

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

Shades of Red Oxide #561614

Tints of Red Oxide #561614

Color information

#561614 (or 0x561614) is unknown color: approx Red Oxide. HEX triplet: 56, 16 and 14. RGB value is (86,22,20). Sum of RGB (Red+Green+Blue) = 86+22+20=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561614 is #A9E9EB. Grayscale: #282828. Windows color (decimal): -11135468 or 1316438. OLE color: 1316438.

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

Color convert

RGB862220-
CMYK00.740.770.66
HSL1.82º62.26%20.78%-
HSV(B)1.82º76.74%33.73%-
XYZ4.252.60.94-
YUV40.91116.2160.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=67.19%
G=17.19%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86222000.740.770.661.8262.2620.78
Hex56161404A4D4223e15
Octal1262624011211510227625
Binary1010110101101010001001010100110110000101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561614; }

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

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

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

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

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

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

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

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