Html Css Color HEX #49205B Scarlet Gum

📋 copy color: '#49205B'

red 73 ◦ green 32 ◦ blue 91

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

Shades of Scarlet Gum #49205B

Tints of Scarlet Gum #49205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

 BLUE value IS 91 (35.94% from 255) = 46.43%

R = 37.24%
G = 16.33%
B = 46.43%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49205B (or 0x49205B) is known color: Scarlet Gum. HEX triplet: 49, 20 and 5B. RGB value is (73,32,91). Sum of RGB (Red+Green+Blue) = 73+32+91=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #49205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49205B is #B6DFA4. Grayscale: #323232. Windows color (decimal): -11984805 or 5972041. OLE color: 5972041.

HSL color Cylindrical-coordinate representation of color #49205B: hue angle of 281.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49205B is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 32 91 -
CMYK 0.20 0.65 0 0.64
HSL 281.69º 0.48% 0.24% -
HSV(B) 281.69º 0.65% 0.36% -
XYZ 5.15 3.2 10.24 -
YUV 50.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 73 32 91 0.20 0.65 0 0.64 281.69 0.48 0.24
Hex 49 20 5B 14 41 0 40 11A 30 18
Octal 111 40 133 24 101 0 100 432 60 30
Binary 1001001 100000 1011011 10100 1000001 0 1000000 100011010 110000 11000

Color Harmonies of #49205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49205B

Black with #49205B

Text Example


Text Example

White with #49205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49205B; }

 p { color: rgb(73,32,91); }

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

background-color css

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

 a { background-color: rgb(73,32,91); }

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

border-color css

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

 span { border-color: rgb(73,32,91); }

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