Html Css Color HEX #491815 Red Oxide

📋 copy color: '#491815'

red 73 ◦ green 24 ◦ blue 21

#491815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #491815

Tints of Red Oxide #491815

RGB

 RED value IS 73 (28.91% from 255) = 61.86%

 GREEN value IS 24 (9.77% from 255) = 20.34%

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 61.86%
G = 20.34%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#491815 (or 0x491815) is known color: Red Oxide. HEX triplet: 49, 18 and 15. RGB value is (73,24,21). Sum of RGB (Red+Green+Blue) = 73+24+21=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #491815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491815 is #B6E7EA. Grayscale: #262626. Windows color (decimal): -11986923 or 1382473. OLE color: 1382473.

HSL color Cylindrical-coordinate representation of color #491815: hue angle of 3.46º 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 #491815 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 24 21 -
CMYK 0 0.67 0.71 0.71
HSL 3.46º 0.55% 0.18% -
HSV(B) 3.46º 0.71% 0.29% -
XYZ 3.21 2.12 0.95 -
YUV 38.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 73 24 21 0 0.67 0.71 0.71 3.46 0.55 0.18
Hex 49 18 15 0 43 47 47 3 37 12
Octal 111 30 25 0 103 107 107 3 67 22
Binary 1001001 11000 10101 0 1000011 1000111 1000111 11 110111 10010

Color Harmonies of #491815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491815

Black with #491815

Text Example


Text Example

White with #491815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491815; }

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

 H1.HeaderClassName
 {
   color: #491815;
 }
 .AnyTagClassName
 {
   color: #491815;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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