#491816

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

Shades of Red Oxide #491816

Tints of Red Oxide #491816

Color information

#491816 (or 0x491816) is unknown color: approx Red Oxide. HEX triplet: 49, 18 and 16. RGB value is (73,24,22). Sum of RGB (Red+Green+Blue) = 73+24+22=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #491816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491816 is #B6E7E9. Grayscale: #262626. Windows color (decimal): -11986922 or 1448009. OLE color: 1448009.

HSL color Cylindrical-coordinate representation of color #491816: hue angle of 2.35º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491816 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB732422-
CMYK00.670.700.71
HSL2.35º53.68%18.63%-
HSV(B)2.35º69.86%28.63%-
XYZ3.222.131-
YUV38.42118.73152.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=61.34%
G=20.17%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73242200.670.700.712.3553.6818.63
Hex491816043464723613
Octal1113026010310610726623
Binary1001001110001011001000011100011010001111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491816; }

 p { color: rgb(73,24,22); }

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

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

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

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

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

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

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