#532C60

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

Shades of Scarlet Gum #532C60

Tints of Scarlet Gum #532C60

Color information

#532C60 (or 0x532C60) is unknown color: approx Scarlet Gum. HEX triplet: 53, 2C and 60. RGB value is (83,44,96). Sum of RGB (Red+Green+Blue) = 83+44+96=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #532C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C60 is #ACD39F. Grayscale: #3D3D3D. Windows color (decimal): -11326368 or 6302803. OLE color: 6302803.

HSL color Cylindrical-coordinate representation of color #532C60: hue angle of 285º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532C60 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB834496-
CMYK0.140.5400.62
HSL285º37.14%27.45%-
HSV(B)285º54.17%37.65%-
XYZ6.584.4811.59-
YUV61.59147.42143.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=37.22%
G=19.73%
B=43.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8344960.140.5400.6228537.1427.45
Hex532C60E3603E11d251b
Octal1235414016660764354533
Binary101001110110011000001110110110011111010001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C60; }

 p { color: rgb(83,44,96); }

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

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

 a { background-color: rgb(83,44,96); }

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

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

 span { border-color: rgb(83,44,96); }

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