#49345A

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

Shades of Scarlet Gum #49345A

Tints of Scarlet Gum #49345A

Color information

#49345A (or 0x49345A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 34 and 5A. RGB value is (73,52,90). Sum of RGB (Red+Green+Blue) = 73+52+90=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #49345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49345A is #B6CBA5. Grayscale: #3E3E3E. Windows color (decimal): -11979686 or 5911625. OLE color: 5911625.

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

Color convert

RGB735290-
CMYK0.190.4200.65
HSL273.16º26.76%27.84%-
HSV(B)273.16º42.22%35.29%-
XYZ5.824.6110.26-
YUV62.61143.46135.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=33.95%
G=24.19%
B=41.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7352900.190.4200.65273.1626.7627.84
Hex49345A132A0411111b1c
Octal11164132235201014213334
Binary1001001110100101101010011101010010000011000100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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