Html Css Color HEX #49345A Scarlet Gum

📋 copy color: '#49345A'

red 73 ◦ green 52 ◦ blue 90

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

Shades of Scarlet Gum #49345A

Tints of Scarlet Gum #49345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

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

R = 33.95%
G = 24.19%
B = 41.86%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49345A (or 0x49345A) is known color: Scarlet Gum. HEX triplet: 49, 34 and 5A. RGB value is (73,52,90). Sum of RGB (Red+Green+Blue) = 73+52+90=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #49345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49345A is #B6CBA5. Grayscale: #3E3E3E. Windows color (decimal): -11979686 or 5911625. OLE color: 5911625.

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

Color convert

RGB 73 52 90 -
CMYK 0.19 0.42 0 0.65
HSL 273.16º 0.27% 0.28% -
HSV(B) 273.16º 0.42% 0.35% -
XYZ 5.82 4.61 10.26 -
YUV 62.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 73 52 90 0.19 0.42 0 0.65 273.16 0.27 0.28
Hex 49 34 5A 13 2A 0 41 111 1B 1C
Octal 111 64 132 23 52 0 101 421 33 34
Binary 1001001 110100 1011010 10011 101010 0 1000001 100010001 11011 11100

Color Harmonies of #49345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49345A

Black with #49345A

Text Example


Text Example

White with #49345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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