Html Css Color HEX #49295F Scarlet Gum

📋 copy color: '#49295F'

red 73 ◦ green 41 ◦ blue 95

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

Shades of Scarlet Gum #49295F

Tints of Scarlet Gum #49295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 34.93%
G = 19.62%
B = 45.45%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49295F (or 0x49295F) is known color: Scarlet Gum. HEX triplet: 49, 29 and 5F. RGB value is (73,41,95). Sum of RGB (Red+Green+Blue) = 73+41+95=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #49295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49295F is #B6D6A0. Grayscale: #383838. Windows color (decimal): -11982497 or 6236489. OLE color: 6236489.

HSL color Cylindrical-coordinate representation of color #49295F: hue angle of 275.56º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49295F is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 41 95 -
CMYK 0.23 0.57 0 0.63
HSL 275.56º 0.4% 0.27% -
HSV(B) 275.56º 0.57% 0.37% -
XYZ 5.61 3.83 11.27 -
YUV 56.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 73 41 95 0.23 0.57 0 0.63 275.56 0.4 0.27
Hex 49 29 5F 17 39 0 3F 114 28 1B
Octal 111 51 137 27 71 0 77 424 50 33
Binary 1001001 101001 1011111 10111 111001 0 111111 100010100 101000 11011

Color Harmonies of #49295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49295F

Black with #49295F

Text Example


Text Example

White with #49295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49295F; }

 p { color: rgb(73,41,95); }

 H1.HeaderClassName
 {
   color: #49295F;
 }
 .AnyTagClassName
 {
   color: #49295F;
 }
</style>

background-color css

<style>
 a { background-color: #49295F; }

 a { background-color: rgb(73,41,95); }

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

border-color css

<style>
 span { border-color: #49295F; }

 span { border-color: rgb(73,41,95); }

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