#532960

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

Shades of Scarlet Gum #532960

Tints of Scarlet Gum #532960

Color information

#532960 (or 0x532960) is unknown color: approx Scarlet Gum. HEX triplet: 53, 29 and 60. RGB value is (83,41,96). Sum of RGB (Red+Green+Blue) = 83+41+96=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #532960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532960 is #ACD69F. Grayscale: #3B3B3B. Windows color (decimal): -11327136 or 6302035. OLE color: 6302035.

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

Color convert

RGB834196-
CMYK0.140.5700.62
HSL285.82º40.15%26.86%-
HSV(B)285.82º57.29%37.65%-
XYZ6.474.2711.55-
YUV59.83148.41144.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=37.73%
G=18.64%
B=43.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8341960.140.5700.62285.8240.1526.86
Hex532960E3903E11e281b
Octal1235114016710764365033
Binary101001110100111000001110111001011111010001111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532960; }

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

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

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

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

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

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

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

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