#493052

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

Shades of Scarlet Gum #493052

Tints of Scarlet Gum #493052

Color information

#493052 (or 0x493052) is unknown color: approx Scarlet Gum. HEX triplet: 49, 30 and 52. RGB value is (73,48,82). Sum of RGB (Red+Green+Blue) = 73+48+82=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #493052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493052 is #B6CFAD. Grayscale: #3B3B3B. Windows color (decimal): -11980718 or 5386313. OLE color: 5386313.

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

Color convert

RGB734882-
CMYK0.110.4100.68
HSL284.12º26.15%25.49%-
HSV(B)284.12º41.46%32.16%-
XYZ5.334.148.5-
YUV59.35140.78137.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=35.96%
G=23.65%
B=40.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7348820.110.4100.68284.1226.1525.49
Hex493052B2904411c1a19
Octal11160122135101044343231
Binary100100111000010100101011101001010001001000111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493052; }

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

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

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

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

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

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

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

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