#561808

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

Shades of Red Oxide #561808

Tints of Red Oxide #561808

Color information

#561808 (or 0x561808) is unknown color: approx Red Oxide. HEX triplet: 56, 18 and 08. RGB value is (86,24,8). Sum of RGB (Red+Green+Blue) = 86+24+8=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #561808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561808 is #A9E7F7. Grayscale: #282828. Windows color (decimal): -11134968 or 530518. OLE color: 530518.

HSL color Cylindrical-coordinate representation of color #561808: hue angle of 12.31º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #561808 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB86248-
CMYK00.720.910.66
HSL12.31º82.98%18.43%-
HSV(B)12.31º90.7%33.73%-
XYZ4.212.650.52-
YUV40.71109.54160.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.88%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=72.88%
G=20.34%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8624800.720.910.6612.3182.9818.43
Hex561880485B42c5312
Octal126301001101331021412322
Binary101011011000100001001000101101110000101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561808; }

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

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

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

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

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

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

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

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