Html Css Color HEX #491918 Red Oxide

📋 copy color: '#491918'

red 73 ◦ green 25 ◦ blue 24

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

Shades of Red Oxide #491918

Tints of Red Oxide #491918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.49%

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 59.84%
G = 20.49%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#491918 (or 0x491918) is known color: Red Oxide. HEX triplet: 49, 19 and 18. RGB value is (73,25,24). Sum of RGB (Red+Green+Blue) = 73+25+24=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491918 is #B6E6E7. Grayscale: #272727. Windows color (decimal): -11986664 or 1579337. OLE color: 1579337.

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

Color convert

RGB 73 25 24 -
CMYK 0 0.66 0.67 0.71
HSL 1.22º 0.51% 0.19% -
HSV(B) 1.22º 0.67% 0.29% -
XYZ 3.26 2.18 1.11 -
YUV 39.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 73 25 24 0 0.66 0.67 0.71 1.22 0.51 0.19
Hex 49 19 18 0 42 43 47 1 33 13
Octal 111 31 30 0 102 103 107 1 63 23
Binary 1001001 11001 11000 0 1000010 1000011 1000111 1 110011 10011

Color Harmonies of #491918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491918

Black with #491918

Text Example


Text Example

White with #491918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491918; }

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

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

background-color css

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

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

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

border-color css

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

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

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