#49365B

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

Shades of Scarlet Gum #49365B

Tints of Scarlet Gum #49365B

Color information

#49365B (or 0x49365B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 36 and 5B. RGB value is (73,54,91). Sum of RGB (Red+Green+Blue) = 73+54+91=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #49365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49365B is #B6C9A4. Grayscale: #3F3F3F. Windows color (decimal): -11979173 or 5977673. OLE color: 5977673.

HSL color Cylindrical-coordinate representation of color #49365B: hue angle of 270.81º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49365B is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB735491-
CMYK0.200.4100.64
HSL270.81º25.52%28.43%-
HSV(B)270.81º40.66%35.69%-
XYZ5.964.8110.51-
YUV63.9143.29134.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=33.49%
G=24.77%
B=41.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7354910.200.4100.64270.8125.5228.43
Hex49365B142904010f1a1c
Octal11166133245101004173234
Binary1001001110110101101110100101001010000001000011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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