#521A6C

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

Shades of Scarlet Gum #521A6C

Tints of Scarlet Gum #521A6C

Color information

#521A6C (or 0x521A6C) is unknown color: approx Scarlet Gum. HEX triplet: 52, 1A and 6C. RGB value is (82,26,108). Sum of RGB (Red+Green+Blue) = 82+26+108=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #521A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A6C is #ADE593. Grayscale: #333333. Windows color (decimal): -11396500 or 7084626. OLE color: 7084626.

HSL color Cylindrical-coordinate representation of color #521A6C: hue angle of 280.98º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521A6C is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8226108-
CMYK0.240.7600.58
HSL280.98º61.19%26.27%-
HSV(B)280.98º75.93%42.35%-
XYZ6.563.6214.54-
YUV52.09159.55149.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 108 (42.58% from 255) = 50%
R=37.96%
G=12.04%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82261080.240.7600.58280.9861.1926.27
Hex521A6C184C03A1193d1a
Octal12232154301140724317532
Binary1010010110101101100110001001100011101010001100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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