#532963

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

Shades of Scarlet Gum #532963

Tints of Scarlet Gum #532963

Color information

#532963 (or 0x532963) is unknown color: approx Scarlet Gum. HEX triplet: 53, 29 and 63. RGB value is (83,41,99). Sum of RGB (Red+Green+Blue) = 83+41+99=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #532963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532963 is #ACD69C. Grayscale: #3B3B3B. Windows color (decimal): -11327133 or 6498643. OLE color: 6498643.

HSL color Cylindrical-coordinate representation of color #532963: hue angle of 283.45º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532963 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB834199-
CMYK0.160.5900.61
HSL283.45º41.43%27.45%-
HSV(B)283.45º58.59%38.82%-
XYZ6.614.3312.29-
YUV60.17149.91144.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=37.22%
G=18.39%
B=44.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8341990.160.5900.61283.4541.4327.45
Hex532963103B03D11b291b
Octal1235114320730754335133
Binary1010011101001110001110000111011011110110001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532963; }

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

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

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

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

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

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

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

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