Html Css Color HEX #49225A Scarlet Gum

📋 copy color: '#49225A'

red 73 ◦ green 34 ◦ blue 90

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

Shades of Scarlet Gum #49225A

Tints of Scarlet Gum #49225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 37.06%
G = 17.26%
B = 45.69%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49225A (or 0x49225A) is known color: Scarlet Gum. HEX triplet: 49, 22 and 5A. RGB value is (73,34,90). Sum of RGB (Red+Green+Blue) = 73+34+90=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #49225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49225A is #B6DDA5. Grayscale: #333333. Windows color (decimal): -11984294 or 5907017. OLE color: 5907017.

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

Color convert

RGB 73 34 90 -
CMYK 0.19 0.62 0 0.65
HSL 281.79º 0.45% 0.24% -
HSV(B) 281.79º 0.62% 0.35% -
XYZ 5.17 3.3 10.04 -
YUV 52.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 73 34 90 0.19 0.62 0 0.65 281.79 0.45 0.24
Hex 49 22 5A 13 3E 0 41 11A 2D 18
Octal 111 42 132 23 76 0 101 432 55 30
Binary 1001001 100010 1011010 10011 111110 0 1000001 100011010 101101 11000

Color Harmonies of #49225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49225A

Black with #49225A

Text Example


Text Example

White with #49225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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