#491818

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

Shades of Red Oxide #491818

Tints of Red Oxide #491818

Color information

#491818 (or 0x491818) is unknown color: approx Red Oxide. HEX triplet: 49, 18 and 18. RGB value is (73,24,24). Sum of RGB (Red+Green+Blue) = 73+24+24=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491818 is #B6E7E7. Grayscale: #262626. Windows color (decimal): -11986920 or 1579081. OLE color: 1579081.

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

Color convert

RGB732424-
CMYK00.670.670.71
HSL50.52%19.02%-
HSV(B)67.12%28.63%-
XYZ3.242.141.11-
YUV38.65119.73152.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=60.33%
G=19.83%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73242400.670.670.71050.5219.02
Hex491818043434703313
Octal1113030010310310706323
Binary100100111000110000100001110000111000111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491818; }

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

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

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

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

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

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

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

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