#561914

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

Shades of Red Oxide #561914

Tints of Red Oxide #561914

Color information

#561914 (or 0x561914) is unknown color: approx Red Oxide. HEX triplet: 56, 19 and 14. RGB value is (86,25,20). Sum of RGB (Red+Green+Blue) = 86+25+20=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #561914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561914 is #A9E6EB. Grayscale: #2A2A2A. Windows color (decimal): -11134700 or 1317206. OLE color: 1317206.

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

Color convert

RGB862520-
CMYK00.710.770.66
HSL4.55º62.26%20.78%-
HSV(B)4.55º76.74%33.73%-
XYZ4.312.720.96-
YUV42.67115.21158.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.65%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=65.65%
G=19.08%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86252000.710.770.664.5562.2620.78
Hex5619140474D4253e15
Octal1263124010711510257625
Binary10101101100110100010001111001101100001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561914; }

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

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

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

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

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

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

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

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