#532660

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

Shades of Scarlet Gum #532660

Tints of Scarlet Gum #532660

Color information

#532660 (or 0x532660) is unknown color: approx Scarlet Gum. HEX triplet: 53, 26 and 60. RGB value is (83,38,96). Sum of RGB (Red+Green+Blue) = 83+38+96=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #532660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532660 is #ACD99F. Grayscale: #393939. Windows color (decimal): -11327904 or 6301267. OLE color: 6301267.

HSL color Cylindrical-coordinate representation of color #532660: hue angle of 286.55º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532660 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB833896-
CMYK0.140.6000.62
HSL286.55º43.28%26.27%-
HSV(B)286.55º60.42%37.65%-
XYZ6.374.0711.52-
YUV58.07149.41145.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=38.25%
G=17.51%
B=44.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8338960.140.6000.62286.5543.2826.27
Hex532660E3C03E11f2b1a
Octal1234614016740764375332
Binary101001110011011000001110111100011111010001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532660; }

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

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

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

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

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

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

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

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