#49345B

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

Shades of Scarlet Gum #49345B

Tints of Scarlet Gum #49345B

Color information

#49345B (or 0x49345B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 34 and 5B. RGB value is (73,52,91). Sum of RGB (Red+Green+Blue) = 73+52+91=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #49345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49345B is #B6CBA4. Grayscale: #3E3E3E. Windows color (decimal): -11979685 or 5977161. OLE color: 5977161.

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

Color convert

RGB735291-
CMYK0.200.4300.64
HSL272.31º27.27%28.04%-
HSV(B)272.31º42.86%35.69%-
XYZ5.864.6310.48-
YUV62.72143.96135.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=33.80%
G=24.07%
B=42.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7352910.200.4300.64272.3127.2728.04
Hex49345B142B0401101b1c
Octal11164133245301004203334
Binary1001001110100101101110100101011010000001000100001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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