#49255A

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

Shades of Scarlet Gum #49255A

Tints of Scarlet Gum #49255A

Color information

#49255A (or 0x49255A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 25 and 5A. RGB value is (73,37,90). Sum of RGB (Red+Green+Blue) = 73+37+90=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #49255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49255A is #B6DAA5. Grayscale: #353535. Windows color (decimal): -11983526 or 5907785. OLE color: 5907785.

HSL color Cylindrical-coordinate representation of color #49255A: hue angle of 280.75º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49255A is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB733790-
CMYK0.190.5900.65
HSL280.75º41.73%24.9%-
HSV(B)280.75º58.89%35.29%-
XYZ5.253.4810.07-
YUV53.81148.43141.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=36.5%
G=18.5%
B=45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7337900.190.5900.65280.7541.7324.9
Hex49255A133B0411192a19
Octal11145132237301014315231
Binary10010011001011011010100111110110100000110001100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49255A; }

 p { color: rgb(73,37,90); }

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

<style>
 a { background-color: #49255A; }

 a { background-color: rgb(73,37,90); }

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

<style>
 span { border-color: #49255A; }

 span { border-color: rgb(73,37,90); }

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