#561D17

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

Shades of Red Oxide #561D17

Tints of Red Oxide #561D17

Color information

#561D17 (or 0x561D17) is unknown color: approx Red Oxide. HEX triplet: 56, 1D and 17. RGB value is (86,29,23). Sum of RGB (Red+Green+Blue) = 86+29+23=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #561D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D17 is #A9E2E8. Grayscale: #2D2D2D. Windows color (decimal): -11133673 or 1514838. OLE color: 1514838.

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

Color convert

RGB862923-
CMYK00.660.730.66
HSL5.71º57.8%21.37%-
HSV(B)5.71º73.26%33.73%-
XYZ4.432.921.14-
YUV45.36115.38156.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=62.32%
G=21.01%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86292300.660.730.665.7157.821.37
Hex561D17042494263a15
Octal1263527010211110267225
Binary10101101110110111010000101001001100001011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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