#561B11

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

Shades of Red Oxide #561B11

Tints of Red Oxide #561B11

Color information

#561B11 (or 0x561B11) is unknown color: approx Red Oxide. HEX triplet: 56, 1B and 11. RGB value is (86,27,17). Sum of RGB (Red+Green+Blue) = 86+27+17=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #561B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B11 is #A9E4EE. Grayscale: #2B2B2B. Windows color (decimal): -11134191 or 1121110. OLE color: 1121110.

HSL color Cylindrical-coordinate representation of color #561B11: hue angle of 8.7º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561B11 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB862717-
CMYK00.690.800.66
HSL8.7º66.99%20.2%-
HSV(B)8.7º80.23%33.73%-
XYZ4.332.80.84-
YUV43.5113.05158.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=66.15%
G=20.77%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86271700.690.800.668.766.9920.2
Hex561B11045504294314
Octal126332101051201021110324
Binary1010110110111000101000101101000010000101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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