#523160

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

Shades of Scarlet Gum #523160

Tints of Scarlet Gum #523160

Color information

#523160 (or 0x523160) is unknown color: approx Scarlet Gum. HEX triplet: 52, 31 and 60. RGB value is (82,49,96). Sum of RGB (Red+Green+Blue) = 82+49+96=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #523160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523160 is #ADCE9F. Grayscale: #404040. Windows color (decimal): -11390624 or 6304082. OLE color: 6304082.

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

Color convert

RGB824996-
CMYK0.150.4900.62
HSL282.13º32.41%28.43%-
HSV(B)282.13º48.96%37.65%-
XYZ6.694.8311.65-
YUV64.22145.93140.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=36.12%
G=21.59%
B=42.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8249960.150.4900.62282.1332.4128.43
Hex523160F3103E11a201c
Octal1226114017610764324034
Binary101001011000111000001111110001011111010001101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523160; }

 p { color: rgb(82,49,96); }

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

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

 a { background-color: rgb(82,49,96); }

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

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

 span { border-color: rgb(82,49,96); }

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