#493953

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

Shades of Scarlet Gum #493953

Tints of Scarlet Gum #493953

Color information

#493953 (or 0x493953) is unknown color: approx Scarlet Gum. HEX triplet: 49, 39 and 53. RGB value is (73,57,83). Sum of RGB (Red+Green+Blue) = 73+57+83=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #493953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493953 is #B6C6AC. Grayscale: #404040. Windows color (decimal): -11978413 or 5454153. OLE color: 5454153.

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

Color convert

RGB735783-
CMYK0.120.3100.67
HSL276.92º18.57%27.45%-
HSV(B)276.92º31.33%32.55%-
XYZ5.774.978.84-
YUV64.75138.3133.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=34.27%
G=26.76%
B=38.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7357830.120.3100.67276.9218.5727.45
Hex493953C1F043115131b
Octal11171123143701034252333
Binary10010011110011010011110011111010000111000101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493953; }

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

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

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

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

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

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

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

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