#522D61

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

Shades of Scarlet Gum #522D61

Tints of Scarlet Gum #522D61

Color information

#522D61 (or 0x522D61) is unknown color: approx Scarlet Gum. HEX triplet: 52, 2D and 61. RGB value is (82,45,97). Sum of RGB (Red+Green+Blue) = 82+45+97=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #522D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522D61 is #ADD29E. Grayscale: #3D3D3D. Windows color (decimal): -11391647 or 6368594. OLE color: 6368594.

HSL color Cylindrical-coordinate representation of color #522D61: hue angle of 282.69º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #522D61 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB824597-
CMYK0.150.5400.62
HSL282.69º36.62%27.84%-
HSV(B)282.69º53.61%38.04%-
XYZ6.584.5311.84-
YUV61.99147.76142.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=36.61%
G=20.09%
B=43.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8245970.150.5400.62282.6936.6227.84
Hex522D61F3603E11b251c
Octal1225514117660764334534
Binary101001010110111000011111110110011111010001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522D61; }

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

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

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

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

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

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

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

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