#57206D

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

Shades of Scarlet Gum #57206D

Tints of Scarlet Gum #57206D

Color information

#57206D (or 0x57206D) is unknown color: approx Scarlet Gum. HEX triplet: 57, 20 and 6D. RGB value is (87,32,109). Sum of RGB (Red+Green+Blue) = 87+32+109=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #57206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57206D is #A8DF92. Grayscale: #383838. Windows color (decimal): -11067283 or 7151703. OLE color: 7151703.

HSL color Cylindrical-coordinate representation of color #57206D: hue angle of 282.86º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57206D is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8732109-
CMYK0.200.7100.57
HSL282.86º54.61%27.65%-
HSV(B)282.86º70.64%42.75%-
XYZ7.214.1614.89-
YUV57.22157.22149.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=38.16%
G=14.04%
B=47.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87321090.200.7100.57282.8654.6127.65
Hex57206D144703911b371c
Octal12740155241070714336734
Binary10101111000001101101101001000111011100110001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57206D; }

 p { color: rgb(87,32,109); }

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

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

 a { background-color: rgb(87,32,109); }

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

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

 span { border-color: rgb(87,32,109); }

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