#493253

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

Shades of Scarlet Gum #493253

Tints of Scarlet Gum #493253

Color information

#493253 (or 0x493253) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 53. RGB value is (73,50,83). Sum of RGB (Red+Green+Blue) = 73+50+83=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #493253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493253 is #B6CDAC. Grayscale: #3C3C3C. Windows color (decimal): -11980205 or 5452361. OLE color: 5452361.

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

Color convert

RGB735083-
CMYK0.120.4000.67
HSL281.82º24.81%26.08%-
HSV(B)281.82º39.76%32.55%-
XYZ5.454.328.73-
YUV60.64140.62136.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=35.44%
G=24.27%
B=40.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7350830.120.4000.67281.8224.8126.08
Hex493253C2804311a191a
Octal11162123145001034323132
Binary100100111001010100111100101000010000111000110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493253; }

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

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

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

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

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

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

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

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