#53156C

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

Shades of Scarlet Gum #53156C

Tints of Scarlet Gum #53156C

Color information

#53156C (or 0x53156C) is unknown color: approx Scarlet Gum. HEX triplet: 53, 15 and 6C. RGB value is (83,21,108). Sum of RGB (Red+Green+Blue) = 83+21+108=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #53156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53156C is #ACEA93. Grayscale: #313131. Windows color (decimal): -11332244 or 7083347. OLE color: 7083347.

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

Color convert

RGB8321108-
CMYK0.230.8100.58
HSL282.76º67.44%25.29%-
HSV(B)282.76º80.56%42.35%-
XYZ6.543.4614.51-
YUV49.46161.04151.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=39.15%
G=9.91%
B=50.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83211080.230.8100.58282.7667.4425.29
Hex53156C175103A11b4319
Octal123251542712107243310331
Binary10100111010111011001011110100010111010100011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,21,108); }

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

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

 a { background-color: rgb(83,21,108); }

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

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

 span { border-color: rgb(83,21,108); }

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