#521C62

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

Shades of Scarlet Gum #521C62

Tints of Scarlet Gum #521C62

Color information

#521C62 (or 0x521C62) is unknown color: approx Scarlet Gum. HEX triplet: 52, 1C and 62. RGB value is (82,28,98). Sum of RGB (Red+Green+Blue) = 82+28+98=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #521C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C62 is #ADE39D. Grayscale: #333333. Windows color (decimal): -11395998 or 6429778. OLE color: 6429778.

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

Color convert

RGB822898-
CMYK0.160.7100.62
HSL286.29º55.56%24.71%-
HSV(B)286.29º71.43%38.43%-
XYZ6.13.5111.91-
YUV52.13153.89149.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=39.42%
G=13.46%
B=47.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8228980.160.7100.62286.2955.5624.71
Hex521C62104703E11e3819
Octal12234142201070764367031
Binary1010010111001100010100001000111011111010001111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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