Html Css Color HEX #49145B Scarlet Gum

📋 copy color: '#49145B'

red 73 ◦ green 20 ◦ blue 91

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

Shades of Scarlet Gum #49145B

Tints of Scarlet Gum #49145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.46%

R = 39.67%
G = 10.87%
B = 49.46%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49145B (or 0x49145B) is known color: Scarlet Gum. HEX triplet: 49, 14 and 5B. RGB value is (73,20,91). Sum of RGB (Red+Green+Blue) = 73+20+91=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #49145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49145B is #B6EBA4. Grayscale: #2B2B2B. Windows color (decimal): -11987877 or 5968969. OLE color: 5968969.

HSL color Cylindrical-coordinate representation of color #49145B: hue angle of 284.79º degrees, saturation: 0.64, 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 #49145B is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 20 91 -
CMYK 0.20 0.78 0 0.64
HSL 284.79º 0.64% 0.22% -
HSV(B) 284.79º 0.78% 0.36% -
XYZ 4.89 2.67 10.16 -
YUV 43.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 73 20 91 0.20 0.78 0 0.64 284.79 0.64 0.22
Hex 49 14 5B 14 4E 0 40 11D 40 16
Octal 111 24 133 24 116 0 100 435 100 26
Binary 1001001 10100 1011011 10100 1001110 0 1000000 100011101 1000000 10110

Color Harmonies of #49145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49145B

Black with #49145B

Text Example


Text Example

White with #49145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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