#521A60

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

Shades of Scarlet Gum #521A60

Tints of Scarlet Gum #521A60

Color information

#521A60 (or 0x521A60) is unknown color: approx Scarlet Gum. HEX triplet: 52, 1A and 60. RGB value is (82,26,96). Sum of RGB (Red+Green+Blue) = 82+26+96=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #521A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A60 is #ADE59F. Grayscale: #323232. Windows color (decimal): -11396512 or 6298194. OLE color: 6298194.

HSL color Cylindrical-coordinate representation of color #521A60: hue angle of 288º degrees, saturation: 0.57, 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 #521A60 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB822696-
CMYK0.150.7300.62
HSL288º57.38%23.92%-
HSV(B)288º72.92%37.65%-
XYZ5.963.3811.4-
YUV50.72153.55150.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=40.20%
G=12.75%
B=47.06%

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
Decimal8226960.150.7300.6228857.3823.92
Hex521A60F4903E1203918
Octal12232140171110764407130
Binary101001011010110000011111001001011111010010000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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