#573162

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

Shades of Scarlet Gum #573162

Tints of Scarlet Gum #573162

Color information

#573162 (or 0x573162) is unknown color: approx Scarlet Gum. HEX triplet: 57, 31 and 62. RGB value is (87,49,98). Sum of RGB (Red+Green+Blue) = 87+49+98=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #573162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573162 is #A8CE9D. Grayscale: #414141. Windows color (decimal): -11062942 or 6435159. OLE color: 6435159.

HSL color Cylindrical-coordinate representation of color #573162: hue angle of 286.53º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #573162 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB874998-
CMYK0.110.500.62
HSL286.53º33.33%28.82%-
HSV(B)286.53º50%38.43%-
XYZ7.235.112.16-
YUV65.95146.09143.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=37.18%
G=20.94%
B=41.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8749980.110.500.62286.5333.3328.82
Hex573162B3203E11f211d
Octal1276114213620764374135
Binary101011111000111000101011110010011111010001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573162; }

 p { color: rgb(87,49,98); }

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

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

 a { background-color: rgb(87,49,98); }

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

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

 span { border-color: rgb(87,49,98); }

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