Html Css Color HEX #49205D Scarlet Gum

📋 copy color: '#49205D'

red 73 ◦ green 32 ◦ blue 93

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

Shades of Scarlet Gum #49205D

Tints of Scarlet Gum #49205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 36.87%
G = 16.16%
B = 46.97%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49205D (or 0x49205D) is known color: Scarlet Gum. HEX triplet: 49, 20 and 5D. RGB value is (73,32,93). Sum of RGB (Red+Green+Blue) = 73+32+93=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #49205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49205D is #B6DFA2. Grayscale: #333333. Windows color (decimal): -11984803 or 6103113. OLE color: 6103113.

HSL color Cylindrical-coordinate representation of color #49205D: hue angle of 280.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49205D is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 32 93 -
CMYK 0.22 0.66 0 0.64
HSL 280.33º 0.49% 0.25% -
HSV(B) 280.33º 0.66% 0.36% -
XYZ 5.24 3.24 10.71 -
YUV 51.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 73 32 93 0.22 0.66 0 0.64 280.33 0.49 0.25
Hex 49 20 5D 16 42 0 40 118 31 19
Octal 111 40 135 26 102 0 100 430 61 31
Binary 1001001 100000 1011101 10110 1000010 0 1000000 100011000 110001 11001

Color Harmonies of #49205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49205D

Black with #49205D

Text Example


Text Example

White with #49205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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