#52315C

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

Shades of Scarlet Gum #52315C

Tints of Scarlet Gum #52315C

Color information

#52315C (or 0x52315C) is unknown color: approx Scarlet Gum. HEX triplet: 52, 31 and 5C. RGB value is (82,49,92). Sum of RGB (Red+Green+Blue) = 82+49+92=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #52315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52315C is #ADCEA3. Grayscale: #3F3F3F. Windows color (decimal): -11390628 or 6041938. OLE color: 6041938.

HSL color Cylindrical-coordinate representation of color #52315C: hue angle of 286.05º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52315C is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB824992-
CMYK0.110.4700.64
HSL286.05º30.5%27.65%-
HSV(B)286.05º46.74%36.08%-
XYZ6.514.7610.7-
YUV63.77143.93141-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=36.77%
G=21.97%
B=41.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8249920.110.4700.64286.0530.527.65
Hex52315CB2F04011e1e1c
Octal12261134135701004363634
Binary101001011000110111001011101111010000001000111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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