Html Css Color HEX #49325E Scarlet Gum

📋 copy color: '#49325E'

red 73 ◦ green 50 ◦ blue 94

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

Shades of Scarlet Gum #49325E

Tints of Scarlet Gum #49325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.32%

R = 33.64%
G = 23.04%
B = 43.32%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49325E (or 0x49325E) is known color: Scarlet Gum. HEX triplet: 49, 32 and 5E. RGB value is (73,50,94). Sum of RGB (Red+Green+Blue) = 73+50+94=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #49325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49325E is #B6CDA1. Grayscale: #3D3D3D. Windows color (decimal): -11980194 or 6173257. OLE color: 6173257.

HSL color Cylindrical-coordinate representation of color #49325E: hue angle of 271.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49325E is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 50 94 -
CMYK 0.22 0.47 0 0.63
HSL 271.36º 0.31% 0.28% -
HSV(B) 271.36º 0.47% 0.37% -
XYZ 5.91 4.51 11.15 -
YUV 61.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 73 50 94 0.22 0.47 0 0.63 271.36 0.31 0.28
Hex 49 32 5E 16 2F 0 3F 10F 1F 1C
Octal 111 62 136 26 57 0 77 417 37 34
Binary 1001001 110010 1011110 10110 101111 0 111111 100001111 11111 11100

Color Harmonies of #49325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49325E

Black with #49325E

Text Example


Text Example

White with #49325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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