Html Css Color HEX #49255C Scarlet Gum

📋 copy color: '#49255C'

red 73 ◦ green 37 ◦ blue 92

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

Shades of Scarlet Gum #49255C

Tints of Scarlet Gum #49255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

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

R = 36.14%
G = 18.32%
B = 45.54%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49255C (or 0x49255C) is known color: Scarlet Gum. HEX triplet: 49, 25 and 5C. RGB value is (73,37,92). Sum of RGB (Red+Green+Blue) = 73+37+92=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #49255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49255C is #B6DAA3. Grayscale: #353535. Windows color (decimal): -11983524 or 6038857. OLE color: 6038857.

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

Color convert

RGB 73 37 92 -
CMYK 0.21 0.60 0 0.64
HSL 279.27º 0.43% 0.25% -
HSV(B) 279.27º 0.6% 0.36% -
XYZ 5.34 3.51 10.52 -
YUV 54.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 73 37 92 0.21 0.60 0 0.64 279.27 0.43 0.25
Hex 49 25 5C 15 3C 0 40 117 2B 19
Octal 111 45 134 25 74 0 100 427 53 31
Binary 1001001 100101 1011100 10101 111100 0 1000000 100010111 101011 11001

Color Harmonies of #49255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49255C

Black with #49255C

Text Example


Text Example

White with #49255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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