#493157

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

Shades of Scarlet Gum #493157

Tints of Scarlet Gum #493157

Color information

#493157 (or 0x493157) is unknown color: approx Scarlet Gum. HEX triplet: 49, 31 and 57. RGB value is (73,49,87). Sum of RGB (Red+Green+Blue) = 73+49+87=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #493157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493157 is #B6CEA8. Grayscale: #3C3C3C. Windows color (decimal): -11980457 or 5714249. OLE color: 5714249.

HSL color Cylindrical-coordinate representation of color #493157: hue angle of 277.89º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493157 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB734987-
CMYK0.160.4400.66
HSL277.89º27.94%26.67%-
HSV(B)277.89º43.68%34.12%-
XYZ5.574.39.55-
YUV60.51142.95136.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=34.93%
G=23.44%
B=41.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7349870.160.4400.66277.8927.9426.67
Hex493157102C0421161c1b
Octal11161127205401024263433
Binary1001001110001101011110000101100010000101000101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493157; }

 p { color: rgb(73,49,87); }

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

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

 a { background-color: rgb(73,49,87); }

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

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

 span { border-color: rgb(73,49,87); }

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