Html Css Color HEX #49295A Scarlet Gum

📋 copy color: '#49295A'

red 73 ◦ green 41 ◦ blue 90

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

Shades of Scarlet Gum #49295A

Tints of Scarlet Gum #49295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 35.78%
G = 20.1%
B = 44.12%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49295A (or 0x49295A) is known color: Scarlet Gum. HEX triplet: 49, 29 and 5A. RGB value is (73,41,90). Sum of RGB (Red+Green+Blue) = 73+41+90=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #49295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49295A is #B6D6A5. Grayscale: #373737. Windows color (decimal): -11982502 or 5908809. OLE color: 5908809.

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

Color convert

RGB 73 41 90 -
CMYK 0.19 0.54 0 0.65
HSL 279.18º 0.37% 0.26% -
HSV(B) 279.18º 0.54% 0.35% -
XYZ 5.39 3.74 10.11 -
YUV 56.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 73 41 90 0.19 0.54 0 0.65 279.18 0.37 0.26
Hex 49 29 5A 13 36 0 41 117 25 1A
Octal 111 51 132 23 66 0 101 427 45 32
Binary 1001001 101001 1011010 10011 110110 0 1000001 100010111 100101 11010

Color Harmonies of #49295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49295A

Black with #49295A

Text Example


Text Example

White with #49295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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