#491917

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

Shades of Red Oxide #491917

Tints of Red Oxide #491917

Color information

#491917 (or 0x491917) is unknown color: approx Red Oxide. HEX triplet: 49, 19 and 17. RGB value is (73,25,23). Sum of RGB (Red+Green+Blue) = 73+25+23=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491917 is #B6E6E8. Grayscale: #272727. Windows color (decimal): -11986665 or 1513801. OLE color: 1513801.

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

Color convert

RGB732523-
CMYK00.660.680.71
HSL2.4º52.08%18.82%-
HSV(B)2.4º68.49%28.63%-
XYZ3.252.171.06-
YUV39.12118.9152.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=60.33%
G=20.66%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73252300.660.680.712.452.0818.82
Hex491917042444723413
Octal1113127010210410726423
Binary1001001110011011101000010100010010001111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491917; }

 p { color: rgb(73,25,23); }

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

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

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

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

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

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

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