#49265D

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

Shades of Scarlet Gum #49265D

Tints of Scarlet Gum #49265D

Color information

#49265D (or 0x49265D) is unknown color: approx Scarlet Gum. HEX triplet: 49, 26 and 5D. RGB value is (73,38,93). Sum of RGB (Red+Green+Blue) = 73+38+93=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #49265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49265D is #B6D9A2. Grayscale: #363636. Windows color (decimal): -11983267 or 6104649. OLE color: 6104649.

HSL color Cylindrical-coordinate representation of color #49265D: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49265D is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB733893-
CMYK0.220.5900.64
HSL278.18º41.98%25.69%-
HSV(B)278.18º59.14%36.47%-
XYZ5.423.5910.76-
YUV54.74149.6141.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=35.78%
G=18.63%
B=45.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7338930.220.5900.64278.1841.9825.69
Hex49265D163B0401162a1a
Octal11146135267301004265232
Binary10010011001101011101101101110110100000010001011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49265D; }

 p { color: rgb(73,38,93); }

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

<style>
 a { background-color: #49265D; }

 a { background-color: rgb(73,38,93); }

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

<style>
 span { border-color: #49265D; }

 span { border-color: rgb(73,38,93); }

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