Html Css Color HEX #491A19 Red Oxide

📋 copy color: '#491A19'

red 73 ◦ green 26 ◦ blue 25

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

Shades of Red Oxide #491A19

Tints of Red Oxide #491A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.97%

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 58.87%
G = 20.97%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491A19 (or 0x491A19) is known color: Red Oxide. HEX triplet: 49, 1A and 19. RGB value is (73,26,25). Sum of RGB (Red+Green+Blue) = 73+26+25=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A19 is #B6E5E6. Grayscale: #272727. Windows color (decimal): -11986407 or 1645129. OLE color: 1645129.

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

Color convert

RGB 73 26 25 -
CMYK 0 0.64 0.66 0.71
HSL 1.25º 0.49% 0.19% -
HSV(B) 1.25º 0.66% 0.29% -
XYZ 3.29 2.23 1.18 -
YUV 39.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 73 26 25 0 0.64 0.66 0.71 1.25 0.49 0.19
Hex 49 1A 19 0 40 42 47 1 31 13
Octal 111 32 31 0 100 102 107 1 61 23
Binary 1001001 11010 11001 0 1000000 1000010 1000111 1 110001 10011

Color Harmonies of #491A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A19

Black with #491A19

Text Example


Text Example

White with #491A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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