#493350

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

Shades of Scarlet Gum #493350

Tints of Scarlet Gum #493350

Color information

#493350 (or 0x493350) is unknown color: approx Scarlet Gum. HEX triplet: 49, 33 and 50. RGB value is (73,51,80). Sum of RGB (Red+Green+Blue) = 73+51+80=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #493350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493350 is #B6CCAF. Grayscale: #3C3C3C. Windows color (decimal): -11979952 or 5256009. OLE color: 5256009.

HSL color Cylindrical-coordinate representation of color #493350: hue angle of 285.52º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493350 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB735180-
CMYK0.090.3600.69
HSL285.52º22.14%25.69%-
HSV(B)285.52º36.25%31.37%-
XYZ5.384.368.15-
YUV60.88138.79136.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=35.78%
G=25%
B=39.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7351800.090.3600.69285.5222.1425.69
Hex49335092404511e161a
Octal11163120114401054362632
Binary100100111001110100001001100100010001011000111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493350; }

 p { color: rgb(73,51,80); }

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

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

 a { background-color: rgb(73,51,80); }

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

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

 span { border-color: rgb(73,51,80); }

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