Html Css Color HEX #49325C Scarlet Gum

📋 copy color: '#49325C'

red 73 ◦ green 50 ◦ blue 92

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

Shades of Scarlet Gum #49325C

Tints of Scarlet Gum #49325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

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

R = 33.95%
G = 23.26%
B = 42.79%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49325C (or 0x49325C) is known color: Scarlet Gum. HEX triplet: 49, 32 and 5C. RGB value is (73,50,92). Sum of RGB (Red+Green+Blue) = 73+50+92=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #49325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49325C is #B6CDA3. Grayscale: #3D3D3D. Windows color (decimal): -11980196 or 6042185. OLE color: 6042185.

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

Color convert

RGB 73 50 92 -
CMYK 0.21 0.46 0 0.64
HSL 272.86º 0.3% 0.28% -
HSV(B) 272.86º 0.46% 0.36% -
XYZ 5.82 4.47 10.68 -
YUV 61.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 73 50 92 0.21 0.46 0 0.64 272.86 0.3 0.28
Hex 49 32 5C 15 2E 0 40 111 1E 1C
Octal 111 62 134 25 56 0 100 421 36 34
Binary 1001001 110010 1011100 10101 101110 0 1000000 100010001 11110 11100

Color Harmonies of #49325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49325C

Black with #49325C

Text Example


Text Example

White with #49325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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