#561809

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

Shades of Red Oxide #561809

Tints of Red Oxide #561809

Color information

#561809 (or 0x561809) is unknown color: approx Red Oxide. HEX triplet: 56, 18 and 09. RGB value is (86,24,9). Sum of RGB (Red+Green+Blue) = 86+24+9=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #561809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561809 is #A9E7F6. Grayscale: #282828. Windows color (decimal): -11134967 or 596054. OLE color: 596054.

HSL color Cylindrical-coordinate representation of color #561809: hue angle of 11.69º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561809 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86249-
CMYK00.720.900.66
HSL11.69º81.05%18.63%-
HSV(B)11.69º89.53%33.73%-
XYZ4.212.650.55-
YUV40.83110.04160.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.27%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=72.27%
G=20.17%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8624900.720.900.6611.6981.0518.63
Hex561890485A42c5113
Octal126301101101321021412123
Binary101011011000100101001000101101010000101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561809; }

 p { color: rgb(86,24,9); }

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

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

 a { background-color: rgb(86,24,9); }

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

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

 span { border-color: rgb(86,24,9); }

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