#493851

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

Shades of Scarlet Gum #493851

Tints of Scarlet Gum #493851

Color information

#493851 (or 0x493851) is unknown color: approx Scarlet Gum. HEX triplet: 49, 38 and 51. RGB value is (73,56,81). Sum of RGB (Red+Green+Blue) = 73+56+81=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #493851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493851 is #B6C7AE. Grayscale: #3F3F3F. Windows color (decimal): -11978671 or 5322825. OLE color: 5322825.

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

Color convert

RGB735681-
CMYK0.100.3100.68
HSL280.8º18.25%26.86%-
HSV(B)280.8º30.86%31.76%-
XYZ5.654.848.42-
YUV63.93137.63134.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=34.76%
G=26.67%
B=38.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7356810.100.3100.68280.818.2526.86
Hex493851A1F044119121b
Octal11170121123701044312233
Binary10010011110001010001101011111010001001000110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493851; }

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

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

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

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

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

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

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

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