Html Css Color HEX #49295B Scarlet Gum

📋 copy color: '#49295B'

red 73 ◦ green 41 ◦ blue 91

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

Shades of Scarlet Gum #49295B

Tints of Scarlet Gum #49295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20%

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

R = 35.61%
G = 20%
B = 44.39%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49295B (or 0x49295B) is known color: Scarlet Gum. HEX triplet: 49, 29 and 5B. RGB value is (73,41,91). Sum of RGB (Red+Green+Blue) = 73+41+91=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #49295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49295B is #B6D6A4. Grayscale: #383838. Windows color (decimal): -11982501 or 5974345. OLE color: 5974345.

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

Color convert

RGB 73 41 91 -
CMYK 0.20 0.55 0 0.64
HSL 278.4º 0.38% 0.26% -
HSV(B) 278.4º 0.55% 0.36% -
XYZ 5.43 3.76 10.34 -
YUV 56.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 73 41 91 0.20 0.55 0 0.64 278.4 0.38 0.26
Hex 49 29 5B 14 37 0 40 116 26 1A
Octal 111 51 133 24 67 0 100 426 46 32
Binary 1001001 101001 1011011 10100 110111 0 1000000 100010110 100110 11010

Color Harmonies of #49295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49295B

Black with #49295B

Text Example


Text Example

White with #49295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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