#52315E

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

Shades of Scarlet Gum #52315E

Tints of Scarlet Gum #52315E

Color information

#52315E (or 0x52315E) is unknown color: approx Scarlet Gum. HEX triplet: 52, 31 and 5E. RGB value is (82,49,94). Sum of RGB (Red+Green+Blue) = 82+49+94=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #52315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52315E is #ADCEA1. Grayscale: #3F3F3F. Windows color (decimal): -11390626 or 6173010. OLE color: 6173010.

HSL color Cylindrical-coordinate representation of color #52315E: hue angle of 284º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52315E is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB824994-
CMYK0.130.4800.63
HSL284º31.47%28.04%-
HSV(B)284º47.87%36.86%-
XYZ6.64.811.17-
YUV64144.93140.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=36.44%
G=21.78%
B=41.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8249940.130.4800.6328431.4728.04
Hex52315ED3003F11c1f1c
Octal1226113615600774343734
Binary10100101100011011110110111000001111111000111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52315E; }

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

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

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

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

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

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

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

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