#522061

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

Shades of Scarlet Gum #522061

Tints of Scarlet Gum #522061

Color information

#522061 (or 0x522061) is unknown color: approx Scarlet Gum. HEX triplet: 52, 20 and 61. RGB value is (82,32,97). Sum of RGB (Red+Green+Blue) = 82+32+97=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #522061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522061 is #ADDF9E. Grayscale: #363636. Windows color (decimal): -11394975 or 6365266. OLE color: 6365266.

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

Color convert

RGB823297-
CMYK0.150.6700.62
HSL286.15º50.39%25.29%-
HSV(B)286.15º67.01%38.04%-
XYZ6.153.6911.7-
YUV54.36152.06147.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=38.86%
G=15.17%
B=45.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8232970.150.6700.62286.1550.3925.29
Hex522061F4303E11e3219
Octal12240141171030764366231
Binary1010010100000110000111111000011011111010001111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522061; }

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

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

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

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

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

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

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

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