#49225A

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

Shades of Scarlet Gum #49225A

Tints of Scarlet Gum #49225A

Color information

#49225A (or 0x49225A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 22 and 5A. RGB value is (73,34,90). Sum of RGB (Red+Green+Blue) = 73+34+90=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #49225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49225A is #B6DDA5. Grayscale: #333333. Windows color (decimal): -11984294 or 5907017. OLE color: 5907017.

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

Color convert

RGB733490-
CMYK0.190.6200.65
HSL281.79º45.16%24.31%-
HSV(B)281.79º62.22%35.29%-
XYZ5.173.310.04-
YUV52.04149.42142.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=37.06%
G=17.26%
B=45.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7334900.190.6200.65281.7945.1624.31
Hex49225A133E04111a2d18
Octal11142132237601014325530
Binary10010011000101011010100111111100100000110001101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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