#52156A

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

Shades of Scarlet Gum #52156A

Tints of Scarlet Gum #52156A

Color information

#52156A (or 0x52156A) is unknown color: approx Scarlet Gum. HEX triplet: 52, 15 and 6A. RGB value is (82,21,106). Sum of RGB (Red+Green+Blue) = 82+21+106=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #52156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52156A is #ADEA95. Grayscale: #303030. Windows color (decimal): -11397782 or 6952274. OLE color: 6952274.

HSL color Cylindrical-coordinate representation of color #52156A: hue angle of 283.06º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52156A is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8221106-
CMYK0.230.8000.58
HSL283.06º66.93%24.9%-
HSV(B)283.06º80.19%41.57%-
XYZ6.353.3713.95-
YUV48.93160.21151.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=39.23%
G=10.05%
B=50.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82211060.230.8000.58283.0666.9324.9
Hex52156A175003A11b4319
Octal122251522712007243310331
Binary10100101010111010101011110100000111010100011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52156A; }

 p { color: rgb(82,21,106); }

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

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

 a { background-color: rgb(82,21,106); }

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

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

 span { border-color: rgb(82,21,106); }

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