#522165

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

Shades of Scarlet Gum #522165

Tints of Scarlet Gum #522165

Color information

#522165 (or 0x522165) is unknown color: approx Scarlet Gum. HEX triplet: 52, 21 and 65. RGB value is (82,33,101). Sum of RGB (Red+Green+Blue) = 82+33+101=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #522165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522165 is #ADDE9A. Grayscale: #373737. Windows color (decimal): -11394715 or 6627666. OLE color: 6627666.

HSL color Cylindrical-coordinate representation of color #522165: hue angle of 283.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522165 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8233101-
CMYK0.190.6700.60
HSL283.24º50.75%26.27%-
HSV(B)283.24º67.33%39.61%-
XYZ6.373.8212.71-
YUV55.4153.73146.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=37.96%
G=15.28%
B=46.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82331010.190.6700.60283.2450.7526.27
Hex522165134303C11b331a
Octal12241145231030744336332
Binary10100101000011100101100111000011011110010001101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522165; }

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

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

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

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

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

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

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

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