Html Css Color HEX #491C19 Red Oxide

📋 copy color: '#491C19'

red 73 ◦ green 28 ◦ blue 25

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

Shades of Red Oxide #491C19

Tints of Red Oxide #491C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.22%

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

R = 57.94%
G = 22.22%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491C19 (or 0x491C19) is known color: Red Oxide. HEX triplet: 49, 1C and 19. RGB value is (73,28,25). Sum of RGB (Red+Green+Blue) = 73+28+25=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #491C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C19 is #B6E3E6. Grayscale: #292929. Windows color (decimal): -11985895 or 1645641. OLE color: 1645641.

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

Color convert

RGB 73 28 25 -
CMYK 0 0.62 0.66 0.71
HSL 3.75º 0.49% 0.19% -
HSV(B) 3.75º 0.66% 0.29% -
XYZ 3.34 2.32 1.19 -
YUV 41.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 73 28 25 0 0.62 0.66 0.71 3.75 0.49 0.19
Hex 49 1C 19 0 3E 42 47 4 31 13
Octal 111 34 31 0 76 102 107 4 61 23
Binary 1001001 11100 11001 0 111110 1000010 1000111 100 110001 10011

Color Harmonies of #491C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C19

Black with #491C19

Text Example


Text Example

White with #491C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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