Html Css Color HEX #49055A Scarlet Gum

📋 copy color: '#49055A'

red 73 ◦ green 5 ◦ blue 90

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

Shades of Scarlet Gum #49055A

Tints of Scarlet Gum #49055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 43.45%
G = 2.98%
B = 53.57%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49055A (or 0x49055A) is known color: Scarlet Gum. HEX triplet: 49, 05 and 5A. RGB value is (73,5,90). Sum of RGB (Red+Green+Blue) = 73+5+90=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #49055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49055A is #B6FAA5. Grayscale: #222222. Windows color (decimal): -11991718 or 5899593. OLE color: 5899593.

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

Color convert

RGB 73 5 90 -
CMYK 0.19 0.94 0 0.65
HSL 288º 0.89% 0.19% -
HSV(B) 288º 0.94% 0.35% -
XYZ 4.65 2.26 9.86 -
YUV 35.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 73 5 90 0.19 0.94 0 0.65 288 0.89 0.19
Hex 49 5 5A 13 5E 0 41 120 59 13
Octal 111 5 132 23 136 0 101 440 131 23
Binary 1001001 101 1011010 10011 1011110 0 1000001 100100000 1011001 10011

Color Harmonies of #49055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49055A

Black with #49055A

Text Example


Text Example

White with #49055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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