#532062

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

Shades of Scarlet Gum #532062

Tints of Scarlet Gum #532062

Color information

#532062 (or 0x532062) is unknown color: approx Scarlet Gum. HEX triplet: 53, 20 and 62. RGB value is (83,32,98). Sum of RGB (Red+Green+Blue) = 83+32+98=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #532062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532062 is #ACDF9D. Grayscale: #363636. Windows color (decimal): -11329438 or 6430803. OLE color: 6430803.

HSL color Cylindrical-coordinate representation of color #532062: hue angle of 286.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #532062 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB833298-
CMYK0.150.6700.62
HSL286.36º50.77%25.49%-
HSV(B)286.36º67.35%38.43%-
XYZ6.293.7511.95-
YUV54.77152.4148.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=38.97%
G=15.02%
B=46.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8332980.150.6700.62286.3650.7725.49
Hex532062F4303E11e3319
Octal12340142171030764366331
Binary1010011100000110001011111000011011111010001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532062; }

 p { color: rgb(83,32,98); }

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

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

 a { background-color: rgb(83,32,98); }

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

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

 span { border-color: rgb(83,32,98); }

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