#493252

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

Shades of Scarlet Gum #493252

Tints of Scarlet Gum #493252

Color information

#493252 (or 0x493252) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 52. RGB value is (73,50,82). Sum of RGB (Red+Green+Blue) = 73+50+82=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #493252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493252 is #B6CDAD. Grayscale: #3C3C3C. Windows color (decimal): -11980206 or 5386825. OLE color: 5386825.

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

Color convert

RGB735082-
CMYK0.110.3900.68
HSL283.12º24.24%25.88%-
HSV(B)283.12º39.02%32.16%-
XYZ5.414.318.53-
YUV60.52140.12136.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 82 (32.42% from 255) = 40%
R=35.61%
G=24.39%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7350820.110.3900.68283.1224.2425.88
Hex493252B2704411b181a
Octal11162122134701044333032
Binary100100111001010100101011100111010001001000110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493252; }

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

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

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

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

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

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

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

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