Html Css Color HEX #49295E Scarlet Gum

📋 copy color: '#49295E'

red 73 ◦ green 41 ◦ blue 94

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

Shades of Scarlet Gum #49295E

Tints of Scarlet Gum #49295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

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

R = 35.1%
G = 19.71%
B = 45.19%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49295E (or 0x49295E) is known color: Scarlet Gum. HEX triplet: 49, 29 and 5E. RGB value is (73,41,94). Sum of RGB (Red+Green+Blue) = 73+41+94=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #49295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49295E is #B6D6A1. Grayscale: #383838. Windows color (decimal): -11982498 or 6170953. OLE color: 6170953.

HSL color Cylindrical-coordinate representation of color #49295E: hue angle of 276.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49295E is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 41 94 -
CMYK 0.22 0.56 0 0.63
HSL 276.23º 0.39% 0.26% -
HSV(B) 276.23º 0.56% 0.37% -
XYZ 5.56 3.81 11.03 -
YUV 56.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 73 41 94 0.22 0.56 0 0.63 276.23 0.39 0.26
Hex 49 29 5E 16 38 0 3F 114 27 1A
Octal 111 51 136 26 70 0 77 424 47 32
Binary 1001001 101001 1011110 10110 111000 0 111111 100010100 100111 11010

Color Harmonies of #49295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49295E

Black with #49295E

Text Example


Text Example

White with #49295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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