#491915

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

Shades of Red Oxide #491915

Tints of Red Oxide #491915

Color information

#491915 (or 0x491915) is unknown color: approx Red Oxide. HEX triplet: 49, 19 and 15. RGB value is (73,25,21). Sum of RGB (Red+Green+Blue) = 73+25+21=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #491915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491915 is #B6E6EA. Grayscale: #262626. Windows color (decimal): -11986667 or 1382729. OLE color: 1382729.

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

Color convert

RGB732521-
CMYK00.660.710.71
HSL4.62º55.32%18.43%-
HSV(B)4.62º71.23%28.63%-
XYZ3.232.170.96-
YUV38.9117.9152.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=61.34%
G=21.01%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73252100.660.710.714.6255.3218.43
Hex491915042474753712
Octal1113125010210710756722
Binary10010011100110101010000101000111100011110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491915; }

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

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

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

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

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

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

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

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