Html Css Color HEX #49195D Scarlet Gum

📋 copy color: '#49195D'

red 73 ◦ green 25 ◦ blue 93

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

Shades of Scarlet Gum #49195D

Tints of Scarlet Gum #49195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

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

R = 38.22%
G = 13.09%
B = 48.69%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49195D (or 0x49195D) is known color: Scarlet Gum. HEX triplet: 49, 19 and 5D. RGB value is (73,25,93). Sum of RGB (Red+Green+Blue) = 73+25+93=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #49195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49195D is #B6E6A2. Grayscale: #2E2E2E. Windows color (decimal): -11986595 or 6101321. OLE color: 6101321.

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

Color convert

RGB 73 25 93 -
CMYK 0.22 0.73 0 0.64
HSL 282.35º 0.58% 0.23% -
HSV(B) 282.35º 0.73% 0.36% -
XYZ 5.07 2.9 10.65 -
YUV 47.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 73 25 93 0.22 0.73 0 0.64 282.35 0.58 0.23
Hex 49 19 5D 16 49 0 40 11A 3A 17
Octal 111 31 135 26 111 0 100 432 72 27
Binary 1001001 11001 1011101 10110 1001001 0 1000000 100011010 111010 10111

Color Harmonies of #49195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49195D

Black with #49195D

Text Example


Text Example

White with #49195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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