#49135F

Color #49135F Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #49135F

Tints of Scarlet Gum #49135F

Color information

#49135F (or 0x49135F) is unknown color: approx Scarlet Gum. HEX triplet: 49, 13 and 5F. RGB value is (73,19,95). Sum of RGB (Red+Green+Blue) = 73+19+95=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #49135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49135F is #B6ECA0. Grayscale: #2B2B2B. Windows color (decimal): -11988129 or 6230857. OLE color: 6230857.

HSL color Cylindrical-coordinate representation of color #49135F: hue angle of 282.63º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49135F is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB731995-
CMYK0.230.8000.63
HSL282.63º66.67%22.35%-
HSV(B)282.63º80%37.25%-
XYZ5.052.7111.08-
YUV43.81156.89148.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 95 (37.5% from 255) = 50.80%
R=39.04%
G=10.16%
B=50.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7319950.230.8000.63282.6366.6722.35
Hex49135F175003F11b4316
Octal111231372712007743310326
Binary10010011001110111111011110100000111111100011011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49135F;
 }
 .AnyTagClassName
 {
   color: #49135F;
 }
</style>
background-color css

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

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

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

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

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

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