Html Css Color HEX #49145C Scarlet Gum

📋 copy color: '#49145C'

red 73 ◦ green 20 ◦ blue 92

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

Shades of Scarlet Gum #49145C

Tints of Scarlet Gum #49145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 39.46%
G = 10.81%
B = 49.73%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49145C (or 0x49145C) is known color: Scarlet Gum. HEX triplet: 49, 14 and 5C. RGB value is (73,20,92). Sum of RGB (Red+Green+Blue) = 73+20+92=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #49145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49145C is #B6EBA3. Grayscale: #2B2B2B. Windows color (decimal): -11987876 or 6034505. OLE color: 6034505.

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

Color convert

RGB 73 20 92 -
CMYK 0.21 0.78 0 0.64
HSL 284.17º 0.64% 0.22% -
HSV(B) 284.17º 0.78% 0.36% -
XYZ 4.93 2.69 10.38 -
YUV 44.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 73 20 92 0.21 0.78 0 0.64 284.17 0.64 0.22
Hex 49 14 5C 15 4E 0 40 11C 40 16
Octal 111 24 134 25 116 0 100 434 100 26
Binary 1001001 10100 1011100 10101 1001110 0 1000000 100011100 1000000 10110

Color Harmonies of #49145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49145C

Black with #49145C

Text Example


Text Example

White with #49145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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