Html Css Color HEX #49085D Scarlet Gum

📋 copy color: '#49085D'

red 73 ◦ green 8 ◦ blue 93

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

Shades of Scarlet Gum #49085D

Tints of Scarlet Gum #49085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

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

R = 41.95%
G = 4.6%
B = 53.45%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49085D (or 0x49085D) is known color: Scarlet Gum. HEX triplet: 49, 08 and 5D. RGB value is (73,8,93). Sum of RGB (Red+Green+Blue) = 73+8+93=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #49085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49085D is #B6F7A2. Grayscale: #242424. Windows color (decimal): -11990947 or 6096969. OLE color: 6096969.

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

Color convert

RGB 73 8 93 -
CMYK 0.22 0.91 0 0.64
HSL 285.88º 0.84% 0.2% -
HSV(B) 285.88º 0.91% 0.36% -
XYZ 4.81 2.38 10.56 -
YUV 37.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 73 8 93 0.22 0.91 0 0.64 285.88 0.84 0.2
Hex 49 8 5D 16 5B 0 40 11E 54 14
Octal 111 10 135 26 133 0 100 436 124 24
Binary 1001001 1000 1011101 10110 1011011 0 1000000 100011110 1010100 10100

Color Harmonies of #49085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49085D

Black with #49085D

Text Example


Text Example

White with #49085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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