#493C51

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

Shades of Scarlet Gum #493C51

Tints of Scarlet Gum #493C51

Color information

#493C51 (or 0x493C51) is unknown color: approx Scarlet Gum. HEX triplet: 49, 3C and 51. RGB value is (73,60,81). Sum of RGB (Red+Green+Blue) = 73+60+81=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #493C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C51 is #B6C3AE. Grayscale: #424242. Windows color (decimal): -11977647 or 5323849. OLE color: 5323849.

HSL color Cylindrical-coordinate representation of color #493C51: hue angle of 277.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #493C51 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB736081-
CMYK0.100.2600.68
HSL277.14º14.89%27.65%-
HSV(B)277.14º25.93%31.76%-
XYZ5.855.248.49-
YUV66.28136.31132.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=34.11%
G=28.04%
B=37.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7360810.100.2600.68277.1414.8927.65
Hex493C51A1A044115f1c
Octal11174121123201044251734
Binary1001001111100101000110101101001000100100010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493C51; }

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

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

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

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

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

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

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

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