#521361

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

Shades of Scarlet Gum #521361

Tints of Scarlet Gum #521361

Color information

#521361 (or 0x521361) is unknown color: approx Scarlet Gum. HEX triplet: 52, 13 and 61. RGB value is (82,19,97). Sum of RGB (Red+Green+Blue) = 82+19+97=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #521361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521361 is #ADEC9E. Grayscale: #2E2E2E. Windows color (decimal): -11398303 or 6361938. OLE color: 6361938.

HSL color Cylindrical-coordinate representation of color #521361: hue angle of 288.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521361 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB821997-
CMYK0.150.8000.62
HSL288.46º67.24%22.75%-
HSV(B)288.46º80.41%38.04%-
XYZ5.873.1211.6-
YUV46.73156.37153.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=41.41%
G=9.60%
B=48.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8219970.150.8000.62288.4667.2422.75
Hex521361F5003E1204317
Octal122231411712007644010327
Binary1010010100111100001111110100000111110100100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521361; }

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

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

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

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

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

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

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

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