Html Css Color HEX #49155A Scarlet Gum

📋 copy color: '#49155A'

red 73 ◦ green 21 ◦ blue 90

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

Shades of Scarlet Gum #49155A

Tints of Scarlet Gum #49155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 39.67%
G = 11.41%
B = 48.91%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49155A (or 0x49155A) is known color: Scarlet Gum. HEX triplet: 49, 15 and 5A. RGB value is (73,21,90). Sum of RGB (Red+Green+Blue) = 73+21+90=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #49155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49155A is #B6EAA5. Grayscale: #2C2C2C. Windows color (decimal): -11987622 or 5903689. OLE color: 5903689.

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

Color convert

RGB 73 21 90 -
CMYK 0.19 0.77 0 0.65
HSL 285.22º 0.62% 0.22% -
HSV(B) 285.22º 0.77% 0.35% -
XYZ 4.86 2.69 9.94 -
YUV 44.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 73 21 90 0.19 0.77 0 0.65 285.22 0.62 0.22
Hex 49 15 5A 13 4D 0 41 11D 3E 16
Octal 111 25 132 23 115 0 101 435 76 26
Binary 1001001 10101 1011010 10011 1001101 0 1000001 100011101 111110 10110

Color Harmonies of #49155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49155A

Black with #49155A

Text Example


Text Example

White with #49155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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