Html Css Color HEX #49315C Scarlet Gum

📋 copy color: '#49315C'

red 73 ◦ green 49 ◦ blue 92

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

Shades of Scarlet Gum #49315C

Tints of Scarlet Gum #49315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

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

R = 34.11%
G = 22.9%
B = 42.99%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49315C (or 0x49315C) is known color: Scarlet Gum. HEX triplet: 49, 31 and 5C. RGB value is (73,49,92). Sum of RGB (Red+Green+Blue) = 73+49+92=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #49315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49315C is #B6CEA3. Grayscale: #3C3C3C. Windows color (decimal): -11980452 or 6041929. OLE color: 6041929.

HSL color Cylindrical-coordinate representation of color #49315C: hue angle of 273.49º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49315C is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 49 92 -
CMYK 0.21 0.47 0 0.64
HSL 273.49º 0.3% 0.28% -
HSV(B) 273.49º 0.47% 0.36% -
XYZ 5.78 4.39 10.67 -
YUV 61.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 73 49 92 0.21 0.47 0 0.64 273.49 0.3 0.28
Hex 49 31 5C 15 2F 0 40 111 1E 1C
Octal 111 61 134 25 57 0 100 421 36 34
Binary 1001001 110001 1011100 10101 101111 0 1000000 100010001 11110 11100

Color Harmonies of #49315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49315C

Black with #49315C

Text Example


Text Example

White with #49315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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