#53196C

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

Shades of Scarlet Gum #53196C

Tints of Scarlet Gum #53196C

Color information

#53196C (or 0x53196C) is unknown color: approx Scarlet Gum. HEX triplet: 53, 19 and 6C. RGB value is (83,25,108). Sum of RGB (Red+Green+Blue) = 83+25+108=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #53196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53196C is #ACE693. Grayscale: #333333. Windows color (decimal): -11331220 or 7084371. OLE color: 7084371.

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

Color convert

RGB8325108-
CMYK0.230.7700.58
HSL281.93º62.41%26.08%-
HSV(B)281.93º76.85%42.35%-
XYZ6.623.6214.54-
YUV51.8159.72150.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 108 (42.58% from 255) = 50%
R=38.43%
G=11.57%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83251080.230.7700.58281.9362.4126.08
Hex53196C174D03A11a3e1a
Octal12331154271150724327632
Binary1010011110011101100101111001101011101010001101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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