#561B17

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

Shades of Red Oxide #561B17

Tints of Red Oxide #561B17

Color information

#561B17 (or 0x561B17) is unknown color: approx Red Oxide. HEX triplet: 56, 1B and 17. RGB value is (86,27,23). Sum of RGB (Red+Green+Blue) = 86+27+23=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #561B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B17 is #A9E4E8. Grayscale: #2C2C2C. Windows color (decimal): -11134185 or 1514326. OLE color: 1514326.

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

Color convert

RGB862723-
CMYK00.690.730.66
HSL3.81º57.8%21.37%-
HSV(B)3.81º73.26%33.73%-
XYZ4.382.821.12-
YUV44.18116.05157.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.24%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=63.24%
G=19.85%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86272300.690.730.663.8157.821.37
Hex561B17045494243a15
Octal1263327010511110247225
Binary10101101101110111010001011001001100001010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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