#52176A

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

Shades of Scarlet Gum #52176A

Tints of Scarlet Gum #52176A

Color information

#52176A (or 0x52176A) is unknown color: approx Scarlet Gum. HEX triplet: 52, 17 and 6A. RGB value is (82,23,106). Sum of RGB (Red+Green+Blue) = 82+23+106=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #52176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52176A is #ADE895. Grayscale: #313131. Windows color (decimal): -11397270 or 6952786. OLE color: 6952786.

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

Color convert

RGB8223106-
CMYK0.230.7800.58
HSL282.65º64.34%25.29%-
HSV(B)282.65º78.3%41.57%-
XYZ6.393.4513.96-
YUV50.1159.55150.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 23 (9.38% from 255) = 10.90%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=38.86%
G=10.90%
B=50.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82231060.230.7800.58282.6564.3425.29
Hex52176A174E03A11b4019
Octal122271522711607243310031
Binary10100101011111010101011110011100111010100011011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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