Html Css Color HEX #491317 Rustic Red

📋 copy color: '#491317'

red 73 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #491317

Tints of Rustic Red #491317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.52%

 BLUE value IS 23 (9.38% from 255) = 20%

R = 63.48%
G = 16.52%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#491317 (or 0x491317) is known color: Rustic Red. HEX triplet: 49, 13 and 17. RGB value is (73,19,23). Sum of RGB (Red+Green+Blue) = 73+19+23=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491317 is #B6ECE8. Grayscale: #232323. Windows color (decimal): -11988201 or 1512265. OLE color: 1512265.

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

Color convert

RGB 73 19 23 -
CMYK 0 0.74 0.68 0.71
HSL 355.56º 0.59% 0.18% -
HSV(B) 355.56º 0.74% 0.29% -
XYZ 3.14 1.94 1.02 -
YUV 35.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 73 19 23 0 0.74 0.68 0.71 355.56 0.59 0.18
Hex 49 13 17 0 4A 44 47 164 3B 12
Octal 111 23 27 0 112 104 107 544 73 22
Binary 1001001 10011 10111 0 1001010 1000100 1000111 101100100 111011 10010

Color Harmonies of #491317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491317

Black with #491317

Text Example


Text Example

White with #491317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491317; }

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

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

background-color css

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

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

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

border-color css

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

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

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