#493359

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

Shades of Scarlet Gum #493359

Tints of Scarlet Gum #493359

Color information

#493359 (or 0x493359) is unknown color: approx Scarlet Gum. HEX triplet: 49, 33 and 59. RGB value is (73,51,89). Sum of RGB (Red+Green+Blue) = 73+51+89=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #493359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493359 is #B6CCA6. Grayscale: #3D3D3D. Windows color (decimal): -11979943 or 5845833. OLE color: 5845833.

HSL color Cylindrical-coordinate representation of color #493359: hue angle of 274.74º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #493359 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB735189-
CMYK0.180.4300.65
HSL274.74º27.14%27.45%-
HSV(B)274.74º42.7%34.9%-
XYZ5.734.5110.02-
YUV61.91143.29135.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=34.27%
G=23.94%
B=41.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7351890.180.4300.65274.7427.1427.45
Hex493359122B0411131b1b
Octal11163131225301014233333
Binary1001001110011101100110010101011010000011000100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493359; }

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

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

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

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

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

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

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

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