#492157

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

Shades of Scarlet Gum #492157

Tints of Scarlet Gum #492157

Color information

#492157 (or 0x492157) is unknown color: approx Scarlet Gum. HEX triplet: 49, 21 and 57. RGB value is (73,33,87). Sum of RGB (Red+Green+Blue) = 73+33+87=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #492157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492157 is #B6DEA8. Grayscale: #323232. Windows color (decimal): -11984553 or 5710153. OLE color: 5710153.

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

Color convert

RGB733387-
CMYK0.160.6200.66
HSL284.44º45%23.53%-
HSV(B)284.44º62.07%34.12%-
XYZ5.013.199.37-
YUV51.12148.25143.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=37.82%
G=17.10%
B=45.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7333870.160.6200.66284.444523.53
Hex492157103E04211c2d18
Octal11141127207601024345530
Binary10010011000011010111100001111100100001010001110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492157; }

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

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

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

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

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

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

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

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