#493152

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

Shades of Scarlet Gum #493152

Tints of Scarlet Gum #493152

Color information

#493152 (or 0x493152) is unknown color: approx Scarlet Gum. HEX triplet: 49, 31 and 52. RGB value is (73,49,82). Sum of RGB (Red+Green+Blue) = 73+49+82=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #493152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493152 is #B6CEAD. Grayscale: #3B3B3B. Windows color (decimal): -11980462 or 5386569. OLE color: 5386569.

HSL color Cylindrical-coordinate representation of color #493152: hue angle of 283.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493152 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB734982-
CMYK0.110.4000.68
HSL283.64º25.19%25.69%-
HSV(B)283.64º40.24%32.16%-
XYZ5.374.228.51-
YUV59.94140.45137.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=35.78%
G=24.02%
B=40.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7349820.110.4000.68283.6425.1925.69
Hex493152B2804411c191a
Octal11161122135001044343132
Binary100100111000110100101011101000010001001000111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493152; }

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

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

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

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

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

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

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

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