Html Css Color HEX #49155C Scarlet Gum

📋 copy color: '#49155C'

red 73 ◦ green 21 ◦ blue 92

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

Shades of Scarlet Gum #49155C

Tints of Scarlet Gum #49155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 39.25%
G = 11.29%
B = 49.46%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49155C (or 0x49155C) is known color: Scarlet Gum. HEX triplet: 49, 15 and 5C. RGB value is (73,21,92). Sum of RGB (Red+Green+Blue) = 73+21+92=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #49155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49155C is #B6EAA3. Grayscale: #2C2C2C. Windows color (decimal): -11987620 or 6034761. OLE color: 6034761.

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

Color convert

RGB 73 21 92 -
CMYK 0.21 0.77 0 0.64
HSL 283.94º 0.63% 0.22% -
HSV(B) 283.94º 0.77% 0.36% -
XYZ 4.95 2.73 10.39 -
YUV 44.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 73 21 92 0.21 0.77 0 0.64 283.94 0.63 0.22
Hex 49 15 5C 15 4D 0 40 11C 3F 16
Octal 111 25 134 25 115 0 100 434 77 26
Binary 1001001 10101 1011100 10101 1001101 0 1000000 100011100 111111 10110

Color Harmonies of #49155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49155C

Black with #49155C

Text Example


Text Example

White with #49155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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