Html Css Color HEX #49245C Scarlet Gum

📋 copy color: '#49245C'

red 73 ◦ green 36 ◦ blue 92

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

Shades of Scarlet Gum #49245C

Tints of Scarlet Gum #49245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

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

R = 36.32%
G = 17.91%
B = 45.77%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49245C (or 0x49245C) is known color: Scarlet Gum. HEX triplet: 49, 24 and 5C. RGB value is (73,36,92). Sum of RGB (Red+Green+Blue) = 73+36+92=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #49245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49245C is #B6DBA3. Grayscale: #353535. Windows color (decimal): -11983780 or 6038601. OLE color: 6038601.

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

Color convert

RGB 73 36 92 -
CMYK 0.21 0.61 0 0.64
HSL 279.64º 0.44% 0.25% -
HSV(B) 279.64º 0.61% 0.36% -
XYZ 5.31 3.45 10.51 -
YUV 53.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 73 36 92 0.21 0.61 0 0.64 279.64 0.44 0.25
Hex 49 24 5C 15 3D 0 40 118 2C 19
Octal 111 44 134 25 75 0 100 430 54 31
Binary 1001001 100100 1011100 10101 111101 0 1000000 100011000 101100 11001

Color Harmonies of #49245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49245C

Black with #49245C

Text Example


Text Example

White with #49245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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