#492453

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

Shades of Scarlet Gum #492453

Tints of Scarlet Gum #492453

Color information

#492453 (or 0x492453) is unknown color: approx Scarlet Gum. HEX triplet: 49, 24 and 53. RGB value is (73,36,83). Sum of RGB (Red+Green+Blue) = 73+36+83=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #492453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492453 is #B6DBAC. Grayscale: #343434. Windows color (decimal): -11983789 or 5448777. OLE color: 5448777.

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

Color convert

RGB733683-
CMYK0.120.5700.67
HSL287.23º39.5%23.33%-
HSV(B)287.23º56.63%32.55%-
XYZ4.943.38.56-
YUV52.42145.26142.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=38.02%
G=18.75%
B=43.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7336830.120.5700.67287.2339.523.33
Hex492453C3904311f2717
Octal11144123147101034374727
Binary1001001100100101001111001110010100001110001111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492453; }

 p { color: rgb(73,36,83); }

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

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

 a { background-color: rgb(73,36,83); }

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

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

 span { border-color: rgb(73,36,83); }

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