#52186A

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

Shades of Scarlet Gum #52186A

Tints of Scarlet Gum #52186A

Color information

#52186A (or 0x52186A) is unknown color: approx Scarlet Gum. HEX triplet: 52, 18 and 6A. RGB value is (82,24,106). Sum of RGB (Red+Green+Blue) = 82+24+106=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #52186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52186A is #ADE795. Grayscale: #323232. Windows color (decimal): -11397014 or 6953042. OLE color: 6953042.

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

Color convert

RGB8224106-
CMYK0.230.7700.58
HSL282.44º63.08%25.49%-
HSV(B)282.44º77.36%41.57%-
XYZ6.413.4913.97-
YUV50.69159.22150.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 106 (41.80% from 255) = 50%
R=38.68%
G=11.32%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82241060.230.7700.58282.4463.0825.49
Hex52186A174D03A11a3f19
Octal12230152271150724327731
Binary1010010110001101010101111001101011101010001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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