#521969

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

Shades of Scarlet Gum #521969

Tints of Scarlet Gum #521969

Color information

#521969 (or 0x521969) is unknown color: approx Scarlet Gum. HEX triplet: 52, 19 and 69. RGB value is (82,25,105). Sum of RGB (Red+Green+Blue) = 82+25+105=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #521969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521969 is #ADE696. Grayscale: #323232. Windows color (decimal): -11396759 or 6887762. OLE color: 6887762.

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

Color convert

RGB8225105-
CMYK0.220.7600.59
HSL282.75º61.54%25.49%-
HSV(B)282.75º76.19%41.18%-
XYZ6.383.5113.71-
YUV51.16158.38150-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=38.68%
G=11.79%
B=49.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82251050.220.7600.59282.7561.5425.49
Hex521969164C03B11b3e19
Octal12231151261140734337631
Binary1010010110011101001101101001100011101110001101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521969; }

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

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

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

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

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

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

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

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