Html Css Color HEX #492959 Scarlet Gum

📋 copy color: '#492959'

red 73 ◦ green 41 ◦ blue 89

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

Shades of Scarlet Gum #492959

Tints of Scarlet Gum #492959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 89 (35.16% from 255) = 43.84%

R = 35.96%
G = 20.2%
B = 43.84%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492959 (or 0x492959) is known color: Scarlet Gum. HEX triplet: 49, 29 and 59. RGB value is (73,41,89). Sum of RGB (Red+Green+Blue) = 73+41+89=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #492959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492959 is #B6D6A6. Grayscale: #373737. Windows color (decimal): -11982503 or 5843273. OLE color: 5843273.

HSL color Cylindrical-coordinate representation of color #492959: hue angle of 280º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #492959 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 41 89 -
CMYK 0.18 0.54 0 0.65
HSL 280º 0.37% 0.25% -
HSV(B) 280º 0.54% 0.35% -
XYZ 5.34 3.72 9.89 -
YUV 56.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 73 41 89 0.18 0.54 0 0.65 280 0.37 0.25
Hex 49 29 59 12 36 0 41 118 25 19
Octal 111 51 131 22 66 0 101 430 45 31
Binary 1001001 101001 1011001 10010 110110 0 1000001 100011000 100101 11001

Color Harmonies of #492959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492959

Black with #492959

Text Example


Text Example

White with #492959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492959; }

 p { color: rgb(73,41,89); }

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

background-color css

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

 a { background-color: rgb(73,41,89); }

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

border-color css

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

 span { border-color: rgb(73,41,89); }

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