#561A17

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

Shades of Red Oxide #561A17

Tints of Red Oxide #561A17

Color information

#561A17 (or 0x561A17) is unknown color: approx Red Oxide. HEX triplet: 56, 1A and 17. RGB value is (86,26,23). Sum of RGB (Red+Green+Blue) = 86+26+23=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #561A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A17 is #A9E5E8. Grayscale: #2B2B2B. Windows color (decimal): -11134441 or 1514070. OLE color: 1514070.

HSL color Cylindrical-coordinate representation of color #561A17: hue angle of 2.86º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561A17 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB862623-
CMYK00.700.730.66
HSL2.86º57.8%21.37%-
HSV(B)2.86º73.26%33.73%-
XYZ4.362.781.12-
YUV43.6116.38158.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.70%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 23 (9.38% from 255) = 17.04%
R=63.70%
G=19.26%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86262300.700.730.662.8657.821.37
Hex561A17046494233a15
Octal1263227010611110237225
Binary1010110110101011101000110100100110000101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561A17; }

 p { color: rgb(86,26,23); }

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

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

 a { background-color: rgb(86,26,23); }

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

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

 span { border-color: rgb(86,26,23); }

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