#493853

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

Shades of Scarlet Gum #493853

Tints of Scarlet Gum #493853

Color information

#493853 (or 0x493853) is unknown color: approx Scarlet Gum. HEX triplet: 49, 38 and 53. RGB value is (73,56,83). Sum of RGB (Red+Green+Blue) = 73+56+83=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #493853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493853 is #B6C7AC. Grayscale: #404040. Windows color (decimal): -11978669 or 5453897. OLE color: 5453897.

HSL color Cylindrical-coordinate representation of color #493853: hue angle of 277.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493853 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB735683-
CMYK0.120.3300.67
HSL277.78º19.42%27.25%-
HSV(B)277.78º32.53%32.55%-
XYZ5.724.878.82-
YUV64.16138.63134.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=34.43%
G=26.42%
B=39.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7356830.120.3300.67277.7819.4227.25
Hex493853C21043116131b
Octal11170123144101034262333
Binary100100111100010100111100100001010000111000101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493853; }

 p { color: rgb(73,56,83); }

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

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

 a { background-color: rgb(73,56,83); }

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

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

 span { border-color: rgb(73,56,83); }

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