Html Css Color HEX #490809 Rustic Red

📋 copy color: '#490809'

red 73 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #490809

Tints of Rustic Red #490809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.89%

 BLUE value IS 9 (3.91% from 255) = 10%

R = 81.11%
G = 8.89%
B = 10%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#490809 (or 0x490809) is known color: Rustic Red. HEX triplet: 49, 08 and 09. RGB value is (73,8,9). Sum of RGB (Red+Green+Blue) = 73+8+9=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #490809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490809 is #B6F7F6. Grayscale: #1B1B1B. Windows color (decimal): -11991031 or 591945. OLE color: 591945.

HSL color Cylindrical-coordinate representation of color #490809: hue angle of 359.08º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490809 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 8 9 -
CMYK 0 0.89 0.88 0.71
HSL 359.08º 0.8% 0.16% -
HSV(B) 359.08º 0.89% 0.29% -
XYZ 2.88 1.61 0.42 -
YUV 27.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 73 8 9 0 0.89 0.88 0.71 359.08 0.8 0.16
Hex 49 8 9 0 59 58 47 167 50 10
Octal 111 10 11 0 131 130 107 547 120 20
Binary 1001001 1000 1001 0 1011001 1011000 1000111 101100111 1010000 10000

Color Harmonies of #490809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490809

Black with #490809

Text Example


Text Example

White with #490809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490809; }

 p { color: rgb(73,8,9); }

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

background-color css

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

 a { background-color: rgb(73,8,9); }

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

border-color css

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

 span { border-color: rgb(73,8,9); }

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