#532161

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

Shades of Scarlet Gum #532161

Tints of Scarlet Gum #532161

Color information

#532161 (or 0x532161) is unknown color: approx Scarlet Gum. HEX triplet: 53, 21 and 61. RGB value is (83,33,97). Sum of RGB (Red+Green+Blue) = 83+33+97=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #532161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532161 is #ACDE9E. Grayscale: #373737. Windows color (decimal): -11329183 or 6365523. OLE color: 6365523.

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

Color convert

RGB833397-
CMYK0.140.6600.62
HSL286.88º49.23%25.49%-
HSV(B)286.88º65.98%38.04%-
XYZ6.273.7911.71-
YUV55.25151.56147.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=38.97%
G=15.49%
B=45.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8333970.140.6600.62286.8849.2325.49
Hex532161E4203E11f3119
Octal12341141161020764376131
Binary1010011100001110000111101000010011111010001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532161; }

 p { color: rgb(83,33,97); }

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

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

 a { background-color: rgb(83,33,97); }

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

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

 span { border-color: rgb(83,33,97); }

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