#561E19

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

Shades of Red Oxide #561E19

Tints of Red Oxide #561E19

Color information

#561E19 (or 0x561E19) is unknown color: approx Red Oxide. HEX triplet: 56, 1E and 19. RGB value is (86,30,25). Sum of RGB (Red+Green+Blue) = 86+30+25=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #561E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E19 is #A9E1E6. Grayscale: #2E2E2E. Windows color (decimal): -11133415 or 1646166. OLE color: 1646166.

HSL color Cylindrical-coordinate representation of color #561E19: hue angle of 4.92º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #561E19 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB863025-
CMYK00.650.710.66
HSL4.92º54.95%21.76%-
HSV(B)4.92º70.93%33.73%-
XYZ4.482.981.26-
YUV46.17116.05156.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=60.99%
G=21.28%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86302500.650.710.664.9254.9521.76
Hex561E19041474253716
Octal1263631010110710256726
Binary10101101111011001010000011000111100001010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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