Html Css Color HEX #49295C Scarlet Gum

📋 copy color: '#49295C'

red 73 ◦ green 41 ◦ blue 92

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

Shades of Scarlet Gum #49295C

Tints of Scarlet Gum #49295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 35.44%
G = 19.9%
B = 44.66%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49295C (or 0x49295C) is known color: Scarlet Gum. HEX triplet: 49, 29 and 5C. RGB value is (73,41,92). Sum of RGB (Red+Green+Blue) = 73+41+92=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #49295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49295C is #B6D6A3. Grayscale: #383838. Windows color (decimal): -11982500 or 6039881. OLE color: 6039881.

HSL color Cylindrical-coordinate representation of color #49295C: hue angle of 277.65º 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 #49295C is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 41 92 -
CMYK 0.21 0.55 0 0.64
HSL 277.65º 0.38% 0.26% -
HSV(B) 277.65º 0.55% 0.36% -
XYZ 5.47 3.78 10.57 -
YUV 56.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 73 41 92 0.21 0.55 0 0.64 277.65 0.38 0.26
Hex 49 29 5C 15 37 0 40 116 26 1A
Octal 111 51 134 25 67 0 100 426 46 32
Binary 1001001 101001 1011100 10101 110111 0 1000000 100010110 100110 11010

Color Harmonies of #49295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49295C

Black with #49295C

Text Example


Text Example

White with #49295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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