#561818

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

Shades of Red Oxide #561818

Tints of Red Oxide #561818

Color information

#561818 (or 0x561818) is unknown color: approx Red Oxide. HEX triplet: 56, 18 and 18. RGB value is (86,24,24). Sum of RGB (Red+Green+Blue) = 86+24+24=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #561818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561818 is #A9E7E7. Grayscale: #2A2A2A. Windows color (decimal): -11134952 or 1579094. OLE color: 1579094.

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

Color convert

RGB862424-
CMYK00.720.720.66
HSL56.36%21.57%-
HSV(B)72.09%33.73%-
XYZ4.332.71.16-
YUV42.54117.54159-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.18%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=64.18%
G=17.91%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86242400.720.720.66056.3621.57
Hex561818048484203816
Octal1263030011011010207026
Binary101011011000110000100100010010001000010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561818; }

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

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

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

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

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

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

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

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