#492555

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

Shades of Scarlet Gum #492555

Tints of Scarlet Gum #492555

Color information

#492555 (or 0x492555) is unknown color: approx Scarlet Gum. HEX triplet: 49, 25 and 55. RGB value is (73,37,85). Sum of RGB (Red+Green+Blue) = 73+37+85=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #492555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492555 is #B6DAAA. Grayscale: #353535. Windows color (decimal): -11983531 or 5580105. OLE color: 5580105.

HSL color Cylindrical-coordinate representation of color #492555: hue angle of 285º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492555 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB733785-
CMYK0.140.5600.67
HSL285º39.34%23.92%-
HSV(B)285º56.47%33.33%-
XYZ5.053.48.98-
YUV53.24145.93142.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=37.44%
G=18.97%
B=43.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7337850.140.5600.6728539.3423.92
Hex492555E3804311d2718
Octal11145125167001034354730
Binary1001001100101101010111101110000100001110001110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492555; }

 p { color: rgb(73,37,85); }

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

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

 a { background-color: rgb(73,37,85); }

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

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

 span { border-color: rgb(73,37,85); }

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