Html Css Color HEX #49325A Scarlet Gum

📋 copy color: '#49325A'

red 73 ◦ green 50 ◦ blue 90

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

Shades of Scarlet Gum #49325A

Tints of Scarlet Gum #49325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 34.27%
G = 23.47%
B = 42.25%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49325A (or 0x49325A) is known color: Scarlet Gum. HEX triplet: 49, 32 and 5A. RGB value is (73,50,90). Sum of RGB (Red+Green+Blue) = 73+50+90=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #49325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49325A is #B6CDA5. Grayscale: #3D3D3D. Windows color (decimal): -11980198 or 5911113. OLE color: 5911113.

HSL color Cylindrical-coordinate representation of color #49325A: hue angle of 274.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49325A is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 50 90 -
CMYK 0.19 0.44 0 0.65
HSL 274.5º 0.29% 0.27% -
HSV(B) 274.5º 0.44% 0.35% -
XYZ 5.73 4.44 10.23 -
YUV 61.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 73 50 90 0.19 0.44 0 0.65 274.5 0.29 0.27
Hex 49 32 5A 13 2C 0 41 112 1D 1B
Octal 111 62 132 23 54 0 101 422 35 33
Binary 1001001 110010 1011010 10011 101100 0 1000001 100010010 11101 11011

Color Harmonies of #49325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49325A

Black with #49325A

Text Example


Text Example

White with #49325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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