Html Css Color HEX #49105D Scarlet Gum

📋 copy color: '#49105D'

red 73 ◦ green 16 ◦ blue 93

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

Shades of Scarlet Gum #49105D

Tints of Scarlet Gum #49105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

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

R = 40.11%
G = 8.79%
B = 51.1%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49105D (or 0x49105D) is known color: Scarlet Gum. HEX triplet: 49, 10 and 5D. RGB value is (73,16,93). Sum of RGB (Red+Green+Blue) = 73+16+93=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #49105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49105D is #B6EFA2. Grayscale: #292929. Windows color (decimal): -11988899 or 6099017. OLE color: 6099017.

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

Color convert

RGB 73 16 93 -
CMYK 0.22 0.83 0 0.64
HSL 284.42º 0.71% 0.21% -
HSV(B) 284.42º 0.83% 0.36% -
XYZ 4.91 2.58 10.59 -
YUV 41.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 73 16 93 0.22 0.83 0 0.64 284.42 0.71 0.21
Hex 49 10 5D 16 53 0 40 11C 47 15
Octal 111 20 135 26 123 0 100 434 107 25
Binary 1001001 10000 1011101 10110 1010011 0 1000000 100011100 1000111 10101

Color Harmonies of #49105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49105D

Black with #49105D

Text Example


Text Example

White with #49105D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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