Html Css Color HEX #49245D Scarlet Gum

📋 copy color: '#49245D'

red 73 ◦ green 36 ◦ blue 93

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

Shades of Scarlet Gum #49245D

Tints of Scarlet Gum #49245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.04%

R = 36.14%
G = 17.82%
B = 46.04%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49245D (or 0x49245D) is known color: Scarlet Gum. HEX triplet: 49, 24 and 5D. RGB value is (73,36,93). Sum of RGB (Red+Green+Blue) = 73+36+93=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #49245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49245D is #B6DBA2. Grayscale: #353535. Windows color (decimal): -11983779 or 6104137. OLE color: 6104137.

HSL color Cylindrical-coordinate representation of color #49245D: hue angle of 278.95º 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 #49245D is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 36 93 -
CMYK 0.22 0.61 0 0.64
HSL 278.95º 0.44% 0.25% -
HSV(B) 278.95º 0.61% 0.36% -
XYZ 5.35 3.47 10.74 -
YUV 53.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 73 36 93 0.22 0.61 0 0.64 278.95 0.44 0.25
Hex 49 24 5D 16 3D 0 40 117 2C 19
Octal 111 44 135 26 75 0 100 427 54 31
Binary 1001001 100100 1011101 10110 111101 0 1000000 100010111 101100 11001

Color Harmonies of #49245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49245D

Black with #49245D

Text Example


Text Example

White with #49245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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