Html Css Color HEX #49135A Scarlet Gum

📋 copy color: '#49135A'

red 73 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #49135A

Tints of Scarlet Gum #49135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

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

R = 40.11%
G = 10.44%
B = 49.45%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49135A (or 0x49135A) is known color: Scarlet Gum. HEX triplet: 49, 13 and 5A. RGB value is (73,19,90). Sum of RGB (Red+Green+Blue) = 73+19+90=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #49135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49135A is #B6ECA5. Grayscale: #2B2B2B. Windows color (decimal): -11988134 or 5903177. OLE color: 5903177.

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

Color convert

RGB 73 19 90 -
CMYK 0.19 0.79 0 0.65
HSL 285.63º 0.65% 0.21% -
HSV(B) 285.63º 0.79% 0.35% -
XYZ 4.83 2.62 9.92 -
YUV 43.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 73 19 90 0.19 0.79 0 0.65 285.63 0.65 0.21
Hex 49 13 5A 13 4F 0 41 11E 41 15
Octal 111 23 132 23 117 0 101 436 101 25
Binary 1001001 10011 1011010 10011 1001111 0 1000001 100011110 1000001 10101

Color Harmonies of #49135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49135A

Black with #49135A

Text Example


Text Example

White with #49135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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