#493950

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

Shades of Scarlet Gum #493950

Tints of Scarlet Gum #493950

Color information

#493950 (or 0x493950) is unknown color: approx Scarlet Gum. HEX triplet: 49, 39 and 50. RGB value is (73,57,80). Sum of RGB (Red+Green+Blue) = 73+57+80=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #493950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493950 is #B6C6AF. Grayscale: #404040. Windows color (decimal): -11978416 or 5257545. OLE color: 5257545.

HSL color Cylindrical-coordinate representation of color #493950: hue angle of 281.74º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493950 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB735780-
CMYK0.090.2900.69
HSL281.74º16.79%26.86%-
HSV(B)281.74º28.75%31.37%-
XYZ5.664.928.24-
YUV64.41136.8134.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=34.76%
G=27.14%
B=38.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7357800.090.2900.69281.7416.7926.86
Hex49395091D04511a111b
Octal11171120113501054322133
Binary10010011110011010000100111101010001011000110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493950; }

 p { color: rgb(73,57,80); }

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

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

 a { background-color: rgb(73,57,80); }

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

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

 span { border-color: rgb(73,57,80); }

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