#49365A

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

Shades of Scarlet Gum #49365A

Tints of Scarlet Gum #49365A

Color information

#49365A (or 0x49365A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 36 and 5A. RGB value is (73,54,90). Sum of RGB (Red+Green+Blue) = 73+54+90=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #49365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49365A is #B6C9A5. Grayscale: #3F3F3F. Windows color (decimal): -11979174 or 5912137. OLE color: 5912137.

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

Color convert

RGB735490-
CMYK0.190.4000.65
HSL271.67º25%28.24%-
HSV(B)271.67º40%35.29%-
XYZ5.914.7910.29-
YUV63.78142.79134.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=33.64%
G=24.88%
B=41.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7354900.190.4000.65271.672528.24
Hex49365A1328041110191c
Octal11166132235001014203134
Binary1001001110110101101010011101000010000011000100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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