#561B10

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

Shades of Red Oxide #561B10

Tints of Red Oxide #561B10

Color information

#561B10 (or 0x561B10) is unknown color: approx Red Oxide. HEX triplet: 56, 1B and 10. RGB value is (86,27,16). Sum of RGB (Red+Green+Blue) = 86+27+16=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B10 is #A9E4EF. Grayscale: #2B2B2B. Windows color (decimal): -11134192 or 1055574. OLE color: 1055574.

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

Color convert

RGB862716-
CMYK00.690.810.66
HSL9.43º68.63%20%-
HSV(B)9.43º81.4%33.73%-
XYZ4.322.80.8-
YUV43.39112.55158.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.67%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=66.67%
G=20.93%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86271600.690.810.669.4368.6320
Hex561B10045514294514
Octal126332001051211021110524
Binary1010110110111000001000101101000110000101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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