#493257

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

Shades of Scarlet Gum #493257

Tints of Scarlet Gum #493257

Color information

#493257 (or 0x493257) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 57. RGB value is (73,50,87). Sum of RGB (Red+Green+Blue) = 73+50+87=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #493257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493257 is #B6CDA8. Grayscale: #3C3C3C. Windows color (decimal): -11980201 or 5714505. OLE color: 5714505.

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

Color convert

RGB735087-
CMYK0.160.4300.66
HSL277.3º27.01%26.86%-
HSV(B)277.3º42.53%34.12%-
XYZ5.614.399.57-
YUV61.09142.62136.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=34.76%
G=23.81%
B=41.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7350870.160.4300.66277.327.0126.86
Hex493257102B0421151b1b
Octal11162127205301024253333
Binary1001001110010101011110000101011010000101000101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493257; }

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

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

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

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

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

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

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

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