#521A61

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

Shades of Scarlet Gum #521A61

Tints of Scarlet Gum #521A61

Color information

#521A61 (or 0x521A61) is unknown color: approx Scarlet Gum. HEX triplet: 52, 1A and 61. RGB value is (82,26,97). Sum of RGB (Red+Green+Blue) = 82+26+97=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #521A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A61 is #ADE59E. Grayscale: #323232. Windows color (decimal): -11396511 or 6363730. OLE color: 6363730.

HSL color Cylindrical-coordinate representation of color #521A61: hue angle of 287.32º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521A61 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB822697-
CMYK0.150.7300.62
HSL287.32º57.72%24.12%-
HSV(B)287.32º73.2%38.04%-
XYZ6.013.411.65-
YUV50.84154.05150.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=40%
G=12.68%
B=47.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8226970.150.7300.62287.3257.7224.12
Hex521A61F4903E11f3a18
Octal12232141171110764377230
Binary101001011010110000111111001001011111010001111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,26,97); }

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

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

 a { background-color: rgb(82,26,97); }

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

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

 span { border-color: rgb(82,26,97); }

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