#493951

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

Shades of Scarlet Gum #493951

Tints of Scarlet Gum #493951

Color information

#493951 (or 0x493951) is unknown color: approx Scarlet Gum. HEX triplet: 49, 39 and 51. RGB value is (73,57,81). Sum of RGB (Red+Green+Blue) = 73+57+81=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #493951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493951 is #B6C6AE. Grayscale: #404040. Windows color (decimal): -11978415 or 5323081. OLE color: 5323081.

HSL color Cylindrical-coordinate representation of color #493951: hue angle of 280º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493951 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB735781-
CMYK0.100.3000.68
HSL280º17.39%27.06%-
HSV(B)280º29.63%31.76%-
XYZ5.74.948.44-
YUV64.52137.3134.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=34.60%
G=27.01%
B=38.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7357810.100.3000.6828017.3927.06
Hex493951A1E044118111b
Octal11171121123601044302133
Binary10010011110011010001101011110010001001000110001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493951; }

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

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

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

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

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

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

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

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