#521E62

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

Shades of Scarlet Gum #521E62

Tints of Scarlet Gum #521E62

Color information

#521E62 (or 0x521E62) is unknown color: approx Scarlet Gum. HEX triplet: 52, 1E and 62. RGB value is (82,30,98). Sum of RGB (Red+Green+Blue) = 82+30+98=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #521E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E62 is #ADE19D. Grayscale: #353535. Windows color (decimal): -11395486 or 6430290. OLE color: 6430290.

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

Color convert

RGB823098-
CMYK0.160.6900.62
HSL285.88º53.12%25.1%-
HSV(B)285.88º69.39%38.43%-
XYZ6.153.611.93-
YUV53.3153.23148.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=39.05%
G=14.29%
B=46.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8230980.160.6900.62285.8853.1225.1
Hex521E62104503E11e3519
Octal12236142201050764366531
Binary1010010111101100010100001000101011111010001111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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