#521D62

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

Shades of Scarlet Gum #521D62

Tints of Scarlet Gum #521D62

Color information

#521D62 (or 0x521D62) is unknown color: approx Scarlet Gum. HEX triplet: 52, 1D and 62. RGB value is (82,29,98). Sum of RGB (Red+Green+Blue) = 82+29+98=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #521D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D62 is #ADE29D. Grayscale: #343434. Windows color (decimal): -11395742 or 6430034. OLE color: 6430034.

HSL color Cylindrical-coordinate representation of color #521D62: hue angle of 286.09º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521D62 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB822998-
CMYK0.160.7000.62
HSL286.09º54.33%24.9%-
HSV(B)286.09º70.41%38.43%-
XYZ6.123.5511.92-
YUV52.71153.56148.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=39.23%
G=13.88%
B=46.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8229980.160.7000.62286.0954.3324.9
Hex521D62104603E11e3619
Octal12235142201060764366631
Binary1010010111011100010100001000110011111010001111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521D62; }

 p { color: rgb(82,29,98); }

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

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

 a { background-color: rgb(82,29,98); }

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

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

 span { border-color: rgb(82,29,98); }

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