#532863

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

Shades of Scarlet Gum #532863

Tints of Scarlet Gum #532863

Color information

#532863 (or 0x532863) is unknown color: approx Scarlet Gum. HEX triplet: 53, 28 and 63. RGB value is (83,40,99). Sum of RGB (Red+Green+Blue) = 83+40+99=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #532863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532863 is #ACD79C. Grayscale: #3B3B3B. Windows color (decimal): -11327389 or 6498387. OLE color: 6498387.

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

Color convert

RGB834099-
CMYK0.160.6000.61
HSL283.73º42.45%27.25%-
HSV(B)283.73º59.6%38.82%-
XYZ6.584.2612.28-
YUV59.58150.25144.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=37.39%
G=18.02%
B=44.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8340990.160.6000.61283.7342.4527.25
Hex532863103C03D11c2a1b
Octal1235014320740754345233
Binary1010011101000110001110000111100011110110001110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532863; }

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

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

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

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

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

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

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

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