#521061

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

Shades of Scarlet Gum #521061

Tints of Scarlet Gum #521061

Color information

#521061 (or 0x521061) is unknown color: approx Scarlet Gum. HEX triplet: 52, 10 and 61. RGB value is (82,16,97). Sum of RGB (Red+Green+Blue) = 82+16+97=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #521061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521061 is #ADEF9E. Grayscale: #2C2C2C. Windows color (decimal): -11399071 or 6361170. OLE color: 6361170.

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

Color convert

RGB821697-
CMYK0.150.8400.62
HSL288.89º71.68%22.16%-
HSV(B)288.89º83.51%38.04%-
XYZ5.823.0311.59-
YUV44.97157.37154.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=42.05%
G=8.21%
B=49.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8216970.150.8400.62288.8971.6822.16
Hex521061F5403E1214816
Octal122201411712407644111026
Binary1010010100001100001111110101000111110100100001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521061; }

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

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

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

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

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

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

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

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