#493153

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

Shades of Scarlet Gum #493153

Tints of Scarlet Gum #493153

Color information

#493153 (or 0x493153) is unknown color: approx Scarlet Gum. HEX triplet: 49, 31 and 53. RGB value is (73,49,83). Sum of RGB (Red+Green+Blue) = 73+49+83=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #493153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493153 is #B6CEAC. Grayscale: #3B3B3B. Windows color (decimal): -11980461 or 5452105. OLE color: 5452105.

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

Color convert

RGB734983-
CMYK0.120.4100.67
HSL282.35º25.76%25.88%-
HSV(B)282.35º40.96%32.55%-
XYZ5.414.248.72-
YUV60.05140.95137.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=35.61%
G=23.90%
B=40.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7349830.120.4100.67282.3525.7625.88
Hex493153C2904311a1a1a
Octal11161123145101034323232
Binary100100111000110100111100101001010000111000110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493153; }

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

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

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

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

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

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

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

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