Html Css Color HEX #49145D Scarlet Gum

📋 copy color: '#49145D'

red 73 ◦ green 20 ◦ blue 93

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

Shades of Scarlet Gum #49145D

Tints of Scarlet Gum #49145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

 BLUE value IS 93 (36.72% from 255) = 50%

R = 39.25%
G = 10.75%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49145D (or 0x49145D) is known color: Scarlet Gum. HEX triplet: 49, 14 and 5D. RGB value is (73,20,93). Sum of RGB (Red+Green+Blue) = 73+20+93=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #49145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49145D is #B6EBA2. Grayscale: #2B2B2B. Windows color (decimal): -11987875 or 6100041. OLE color: 6100041.

HSL color Cylindrical-coordinate representation of color #49145D: hue angle of 283.56º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49145D is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 20 93 -
CMYK 0.22 0.78 0 0.64
HSL 283.56º 0.65% 0.22% -
HSV(B) 283.56º 0.78% 0.36% -
XYZ 4.97 2.71 10.62 -
YUV 44.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 73 20 93 0.22 0.78 0 0.64 283.56 0.65 0.22
Hex 49 14 5D 16 4E 0 40 11C 41 16
Octal 111 24 135 26 116 0 100 434 101 26
Binary 1001001 10100 1011101 10110 1001110 0 1000000 100011100 1000001 10110

Color Harmonies of #49145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49145D

Black with #49145D

Text Example


Text Example

White with #49145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49145D; }

 p { color: rgb(73,20,93); }

 H1.HeaderClassName
 {
   color: #49145D;
 }
 .AnyTagClassName
 {
   color: #49145D;
 }
</style>

background-color css

<style>
 a { background-color: #49145D; }

 a { background-color: rgb(73,20,93); }

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

border-color css

<style>
 span { border-color: #49145D; }

 span { border-color: rgb(73,20,93); }

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