#49125F

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

Shades of Scarlet Gum #49125F

Tints of Scarlet Gum #49125F

Color information

#49125F (or 0x49125F) is unknown color: approx Scarlet Gum. HEX triplet: 49, 12 and 5F. RGB value is (73,18,95). Sum of RGB (Red+Green+Blue) = 73+18+95=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #49125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49125F is #B6EDA0. Grayscale: #2A2A2A. Windows color (decimal): -11988385 or 6230601. OLE color: 6230601.

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

Color convert

RGB731895-
CMYK0.230.8100.63
HSL282.86º68.14%22.16%-
HSV(B)282.86º81.05%37.25%-
XYZ5.032.6811.08-
YUV43.22157.22149.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 95 (37.5% from 255) = 51.08%
R=39.25%
G=9.68%
B=51.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7318950.230.8100.63282.8668.1422.16
Hex49125F175103F11b4416
Octal111221372712107743310426
Binary10010011001010111111011110100010111111100011011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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