Html Css Color HEX #490711 Rustic Red

📋 copy color: '#490711'

red 73 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #490711

Tints of Rustic Red #490711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.22%

 BLUE value IS 17 (7.03% from 255) = 17.53%

R = 75.26%
G = 7.22%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#490711 (or 0x490711) is known color: Rustic Red. HEX triplet: 49, 07 and 11. RGB value is (73,7,17). Sum of RGB (Red+Green+Blue) = 73+7+17=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490711 is #B6F8EE. Grayscale: #1B1B1B. Windows color (decimal): -11991279 or 1115977. OLE color: 1115977.

HSL color Cylindrical-coordinate representation of color #490711: hue angle of 350.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490711 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 17 -
CMYK 0 0.90 0.77 0.71
HSL 350.91º 0.83% 0.16% -
HSV(B) 350.91º 0.9% 0.29% -
XYZ 2.92 1.61 0.69 -
YUV 27.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 73 7 17 0 0.90 0.77 0.71 350.91 0.83 0.16
Hex 49 7 11 0 5A 4D 47 15F 52 10
Octal 111 7 21 0 132 115 107 537 122 20
Binary 1001001 111 10001 0 1011010 1001101 1000111 101011111 1010010 10000

Color Harmonies of #490711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490711

Black with #490711

Text Example


Text Example

White with #490711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490711; }

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

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

background-color css

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

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

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

border-color css

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

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

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