#492354

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

Shades of Scarlet Gum #492354

Tints of Scarlet Gum #492354

Color information

#492354 (or 0x492354) is unknown color: approx Scarlet Gum. HEX triplet: 49, 23 and 54. RGB value is (73,35,84). Sum of RGB (Red+Green+Blue) = 73+35+84=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #492354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492354 is #B6DCAB. Grayscale: #333333. Windows color (decimal): -11984044 or 5514057. OLE color: 5514057.

HSL color Cylindrical-coordinate representation of color #492354: hue angle of 286.53º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492354 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB733584-
CMYK0.130.5800.67
HSL286.53º41.18%23.33%-
HSV(B)286.53º58.33%32.94%-
XYZ4.953.268.76-
YUV51.95146.09143.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=38.02%
G=18.23%
B=43.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7335840.130.5800.67286.5341.1823.33
Hex492354D3A04311f2917
Octal11143124157201034375127
Binary1001001100011101010011011110100100001110001111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492354; }

 p { color: rgb(73,35,84); }

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

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

 a { background-color: rgb(73,35,84); }

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

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

 span { border-color: rgb(73,35,84); }

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