#522161

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

Shades of Scarlet Gum #522161

Tints of Scarlet Gum #522161

Color information

#522161 (or 0x522161) is unknown color: approx Scarlet Gum. HEX triplet: 52, 21 and 61. RGB value is (82,33,97). Sum of RGB (Red+Green+Blue) = 82+33+97=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #522161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522161 is #ADDE9E. Grayscale: #363636. Windows color (decimal): -11394719 or 6365522. OLE color: 6365522.

HSL color Cylindrical-coordinate representation of color #522161: hue angle of 285.94º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522161 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB823397-
CMYK0.150.6600.62
HSL285.94º49.23%25.49%-
HSV(B)285.94º65.98%38.04%-
XYZ6.183.7411.71-
YUV54.95151.73147.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=38.68%
G=15.57%
B=45.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8233970.150.6600.62285.9449.2325.49
Hex522161F4203E11e3119
Octal12241141171020764366131
Binary1010010100001110000111111000010011111010001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522161; }

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

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

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

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

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

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

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

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