#561609

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

Shades of Red Oxide #561609

Tints of Red Oxide #561609

Color information

#561609 (or 0x561609) is unknown color: approx Red Oxide. HEX triplet: 56, 16 and 09. RGB value is (86,22,9). Sum of RGB (Red+Green+Blue) = 86+22+9=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #561609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561609 is #A9E9F6. Grayscale: #272727. Windows color (decimal): -11135479 or 595542. OLE color: 595542.

HSL color Cylindrical-coordinate representation of color #561609: hue angle of 10.13º 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 #561609 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86229-
CMYK00.740.900.66
HSL10.13º81.05%18.63%-
HSV(B)10.13º89.53%33.73%-
XYZ4.172.570.53-
YUV39.65110.7161.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=73.50%
G=18.80%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8622900.740.900.6610.1381.0518.63
Hex5616904A5A42a5113
Octal126261101121321021212123
Binary101011010110100101001010101101010000101010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561609; }

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

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

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

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

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

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

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

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