Html Css Color HEX #49375A Scarlet Gum

📋 copy color: '#49375A'

red 73 ◦ green 55 ◦ blue 90

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

Shades of Scarlet Gum #49375A

Tints of Scarlet Gum #49375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 33.49%
G = 25.23%
B = 41.28%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49375A (or 0x49375A) is known color: Scarlet Gum. HEX triplet: 49, 37 and 5A. RGB value is (73,55,90). Sum of RGB (Red+Green+Blue) = 73+55+90=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #49375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49375A is #B6C8A5. Grayscale: #404040. Windows color (decimal): -11978918 or 5912393. OLE color: 5912393.

HSL color Cylindrical-coordinate representation of color #49375A: hue angle of 270.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49375A is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 55 90 -
CMYK 0.19 0.39 0 0.65
HSL 270.86º 0.24% 0.28% -
HSV(B) 270.86º 0.39% 0.35% -
XYZ 5.96 4.89 10.3 -
YUV 64.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 73 55 90 0.19 0.39 0 0.65 270.86 0.24 0.28
Hex 49 37 5A 13 27 0 41 10F 18 1C
Octal 111 67 132 23 47 0 101 417 30 34
Binary 1001001 110111 1011010 10011 100111 0 1000001 100001111 11000 11100

Color Harmonies of #49375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49375A

Black with #49375A

Text Example


Text Example

White with #49375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49375A; }

 p { color: rgb(73,55,90); }

 H1.HeaderClassName
 {
   color: #49375A;
 }
 .AnyTagClassName
 {
   color: #49375A;
 }
</style>

background-color css

<style>
 a { background-color: #49375A; }

 a { background-color: rgb(73,55,90); }

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

border-color css

<style>
 span { border-color: #49375A; }

 span { border-color: rgb(73,55,90); }

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