Html Css Color HEX #491117 Rustic Red

📋 copy color: '#491117'

red 73 ◦ green 17 ◦ blue 23

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

Shades of Rustic Red #491117

Tints of Rustic Red #491117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.04%

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

R = 64.6%
G = 15.04%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#491117 (or 0x491117) is known color: Rustic Red. HEX triplet: 49, 11 and 17. RGB value is (73,17,23). Sum of RGB (Red+Green+Blue) = 73+17+23=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #491117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491117 is #B6EEE8. Grayscale: #222222. Windows color (decimal): -11988713 or 1511753. OLE color: 1511753.

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

Color convert

RGB 73 17 23 -
CMYK 0 0.77 0.68 0.71
HSL 353.57º 0.62% 0.18% -
HSV(B) 353.57º 0.77% 0.29% -
XYZ 3.1 1.88 1.01 -
YUV 34.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 73 17 23 0 0.77 0.68 0.71 353.57 0.62 0.18
Hex 49 11 17 0 4D 44 47 162 3E 12
Octal 111 21 27 0 115 104 107 542 76 22
Binary 1001001 10001 10111 0 1001101 1000100 1000111 101100010 111110 10010

Color Harmonies of #491117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491117

Black with #491117

Text Example


Text Example

White with #491117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491117; }

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

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

background-color css

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

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

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

border-color css

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

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

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