Html Css Color HEX #49355D Scarlet Gum

📋 copy color: '#49355D'

red 73 ◦ green 53 ◦ blue 93

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

Shades of Scarlet Gum #49355D

Tints of Scarlet Gum #49355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 33.33%
G = 24.2%
B = 42.47%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49355D (or 0x49355D) is known color: Scarlet Gum. HEX triplet: 49, 35 and 5D. RGB value is (73,53,93). Sum of RGB (Red+Green+Blue) = 73+53+93=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #49355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49355D is #B6CAA2. Grayscale: #3F3F3F. Windows color (decimal): -11979427 or 6108489. OLE color: 6108489.

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

Color convert

RGB 73 53 93 -
CMYK 0.22 0.43 0 0.64
HSL 270º 0.27% 0.29% -
HSV(B) 270º 0.43% 0.36% -
XYZ 6 4.75 10.96 -
YUV 63.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 73 53 93 0.22 0.43 0 0.64 270 0.27 0.29
Hex 49 35 5D 16 2B 0 40 10E 1B 1D
Octal 111 65 135 26 53 0 100 416 33 35
Binary 1001001 110101 1011101 10110 101011 0 1000000 100001110 11011 11101

Color Harmonies of #49355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49355D

Black with #49355D

Text Example


Text Example

White with #49355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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