Html Css Color HEX #49175A Scarlet Gum

📋 copy color: '#49175A'

red 73 ◦ green 23 ◦ blue 90

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

Shades of Scarlet Gum #49175A

Tints of Scarlet Gum #49175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

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

R = 39.25%
G = 12.37%
B = 48.39%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49175A (or 0x49175A) is known color: Scarlet Gum. HEX triplet: 49, 17 and 5A. RGB value is (73,23,90). Sum of RGB (Red+Green+Blue) = 73+23+90=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #49175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49175A is #B6E8A5. Grayscale: #2D2D2D. Windows color (decimal): -11987110 or 5904201. OLE color: 5904201.

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

Color convert

RGB 73 23 90 -
CMYK 0.19 0.74 0 0.65
HSL 284.78º 0.59% 0.22% -
HSV(B) 284.78º 0.74% 0.35% -
XYZ 4.9 2.77 9.95 -
YUV 45.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 73 23 90 0.19 0.74 0 0.65 284.78 0.59 0.22
Hex 49 17 5A 13 4A 0 41 11D 3B 16
Octal 111 27 132 23 112 0 101 435 73 26
Binary 1001001 10111 1011010 10011 1001010 0 1000001 100011101 111011 10110

Color Harmonies of #49175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49175A

Black with #49175A

Text Example


Text Example

White with #49175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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