#492355

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

Shades of Scarlet Gum #492355

Tints of Scarlet Gum #492355

Color information

#492355 (or 0x492355) is unknown color: approx Scarlet Gum. HEX triplet: 49, 23 and 55. RGB value is (73,35,85). Sum of RGB (Red+Green+Blue) = 73+35+85=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #492355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492355 is #B6DCAA. Grayscale: #333333. Windows color (decimal): -11984043 or 5579593. OLE color: 5579593.

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

Color convert

RGB733585-
CMYK0.140.5900.67
HSL285.6º41.67%23.53%-
HSV(B)285.6º58.82%33.33%-
XYZ4.993.278.96-
YUV52.06146.59142.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=37.82%
G=18.13%
B=44.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7335850.140.5900.67285.641.6723.53
Hex492355E3B04311e2a18
Octal11143125167301034365230
Binary1001001100011101010111101110110100001110001111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492355; }

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

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

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

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

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

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

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

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