Html Css Color HEX #49095E Scarlet Gum

📋 copy color: '#49095E'

red 73 ◦ green 9 ◦ blue 94

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

Shades of Scarlet Gum #49095E

Tints of Scarlet Gum #49095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 41.48%
G = 5.11%
B = 53.41%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49095E (or 0x49095E) is known color: Scarlet Gum. HEX triplet: 49, 09 and 5E. RGB value is (73,9,94). Sum of RGB (Red+Green+Blue) = 73+9+94=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #49095E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49095E is #B6F6A1. Grayscale: #252525. Windows color (decimal): -11990690 or 6162761. OLE color: 6162761.

HSL color Cylindrical-coordinate representation of color #49095E: hue angle of 285.18º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49095E is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 9 94 -
CMYK 0.22 0.90 0 0.63
HSL 285.18º 0.83% 0.2% -
HSV(B) 285.18º 0.9% 0.37% -
XYZ 4.87 2.42 10.8 -
YUV 37.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 73 9 94 0.22 0.90 0 0.63 285.18 0.83 0.2
Hex 49 9 5E 16 5A 0 3F 11D 53 14
Octal 111 11 136 26 132 0 77 435 123 24
Binary 1001001 1001 1011110 10110 1011010 0 111111 100011101 1010011 10100

Color Harmonies of #49095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49095E

Black with #49095E

Text Example


Text Example

White with #49095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49095E; }

 p { color: rgb(73,9,94); }

 H1.HeaderClassName
 {
   color: #49095E;
 }
 .AnyTagClassName
 {
   color: #49095E;
 }
</style>

background-color css

<style>
 a { background-color: #49095E; }

 a { background-color: rgb(73,9,94); }

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

border-color css

<style>
 span { border-color: #49095E; }

 span { border-color: rgb(73,9,94); }

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