#49125B

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

Shades of Scarlet Gum #49125B

Tints of Scarlet Gum #49125B

Color information

#49125B (or 0x49125B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 12 and 5B. RGB value is (73,18,91). Sum of RGB (Red+Green+Blue) = 73+18+91=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #49125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49125B is #B6EDA4. Grayscale: #2A2A2A. Windows color (decimal): -11988389 or 5968457. OLE color: 5968457.

HSL color Cylindrical-coordinate representation of color #49125B: hue angle of 285.21º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49125B is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB731891-
CMYK0.200.8000.64
HSL285.21º66.97%21.37%-
HSV(B)285.21º80.22%35.69%-
XYZ4.852.610.14-
YUV42.77155.22149.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 91 (35.94% from 255) = 50%
R=40.11%
G=9.89%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7318910.200.8000.64285.2166.9721.37
Hex49125B145004011d4315
Octal1112213324120010043510325
Binary100100110010101101110100101000001000000100011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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