#521769

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

Shades of Scarlet Gum #521769

Tints of Scarlet Gum #521769

Color information

#521769 (or 0x521769) is unknown color: approx Scarlet Gum. HEX triplet: 52, 17 and 69. RGB value is (82,23,105). Sum of RGB (Red+Green+Blue) = 82+23+105=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #521769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521769 is #ADE896. Grayscale: #313131. Windows color (decimal): -11397271 or 6887250. OLE color: 6887250.

HSL color Cylindrical-coordinate representation of color #521769: hue angle of 283.17º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521769 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8223105-
CMYK0.220.7800.59
HSL283.17º64.06%25.1%-
HSV(B)283.17º78.1%41.18%-
XYZ6.343.4313.69-
YUV49.99159.05150.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 105 (41.41% from 255) = 50%
R=39.05%
G=10.95%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82231050.220.7800.59283.1764.0625.1
Hex521769164E03B11b4019
Octal122271512611607343310031
Binary10100101011111010011011010011100111011100011011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521769; }

 p { color: rgb(82,23,105); }

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

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

 a { background-color: rgb(82,23,105); }

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

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

 span { border-color: rgb(82,23,105); }

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