Html Css Color HEX #491719 Rustic Red

📋 copy color: '#491719'

red 73 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #491719

Tints of Rustic Red #491719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

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

R = 60.33%
G = 19.01%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491719 (or 0x491719) is known color: Rustic Red. HEX triplet: 49, 17 and 19. RGB value is (73,23,25). Sum of RGB (Red+Green+Blue) = 73+23+25=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491719 is #B6E8E6. Grayscale: #262626. Windows color (decimal): -11987175 or 1644361. OLE color: 1644361.

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

Color convert

RGB 73 23 25 -
CMYK 0 0.68 0.66 0.71
HSL 357.6º 0.52% 0.19% -
HSV(B) 357.6º 0.68% 0.29% -
XYZ 3.23 2.1 1.15 -
YUV 38.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 73 23 25 0 0.68 0.66 0.71 357.6 0.52 0.19
Hex 49 17 19 0 44 42 47 166 34 13
Octal 111 27 31 0 104 102 107 546 64 23
Binary 1001001 10111 11001 0 1000100 1000010 1000111 101100110 110100 10011

Color Harmonies of #491719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491719

Black with #491719

Text Example


Text Example

White with #491719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491719; }

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

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

background-color css

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

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

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

border-color css

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

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

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