#492757

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

Shades of Scarlet Gum #492757

Tints of Scarlet Gum #492757

Color information

#492757 (or 0x492757) is unknown color: approx Scarlet Gum. HEX triplet: 49, 27 and 57. RGB value is (73,39,87). Sum of RGB (Red+Green+Blue) = 73+39+87=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #492757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492757 is #B6D8A8. Grayscale: #363636. Windows color (decimal): -11983017 or 5711689. OLE color: 5711689.

HSL color Cylindrical-coordinate representation of color #492757: hue angle of 282.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492757 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB733987-
CMYK0.160.5500.66
HSL282.5º38.1%24.71%-
HSV(B)282.5º55.17%34.12%-
XYZ5.193.569.43-
YUV54.64146.26141.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=36.68%
G=19.60%
B=43.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7339870.160.5500.66282.538.124.71
Hex492757103704211a2619
Octal11147127206701024324631
Binary10010011001111010111100001101110100001010001101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492757; }

 p { color: rgb(73,39,87); }

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

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

 a { background-color: rgb(73,39,87); }

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

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

 span { border-color: rgb(73,39,87); }

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