#521365

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

Shades of Scarlet Gum #521365

Tints of Scarlet Gum #521365

Color information

#521365 (or 0x521365) is unknown color: approx Scarlet Gum. HEX triplet: 52, 13 and 65. RGB value is (82,19,101). Sum of RGB (Red+Green+Blue) = 82+19+101=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #521365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521365 is #ADEC9A. Grayscale: #2E2E2E. Windows color (decimal): -11398299 or 6624082. OLE color: 6624082.

HSL color Cylindrical-coordinate representation of color #521365: hue angle of 286.1º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521365 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8219101-
CMYK0.190.8100.60
HSL286.1º68.33%23.53%-
HSV(B)286.1º81.19%39.61%-
XYZ6.063.212.61-
YUV47.18158.37152.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 101 (39.84% from 255) = 50%
R=40.59%
G=9.41%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82191010.190.8100.60286.168.3323.53
Hex521365135103C11e4418
Octal122231452312107443610430
Binary10100101001111001011001110100010111100100011110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521365; }

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

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

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

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

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

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

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

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