#561B16

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

Shades of Red Oxide #561B16

Tints of Red Oxide #561B16

Color information

#561B16 (or 0x561B16) is unknown color: approx Red Oxide. HEX triplet: 56, 1B and 16. RGB value is (86,27,22). Sum of RGB (Red+Green+Blue) = 86+27+22=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #561B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B16 is #A9E4E9. Grayscale: #2C2C2C. Windows color (decimal): -11134186 or 1448790. OLE color: 1448790.

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

Color convert

RGB862722-
CMYK00.690.740.66
HSL4.69º59.26%21.18%-
HSV(B)4.69º74.42%33.73%-
XYZ4.372.821.07-
YUV44.07115.55157.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.70%
GREEN value IS 27 (10.94% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=63.70%
G=20%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86272200.690.740.664.6959.2621.18
Hex561B160454A4253b15
Octal1263326010511210257325
Binary10101101101110110010001011001010100001010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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