#532E62

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

Shades of Scarlet Gum #532E62

Tints of Scarlet Gum #532E62

Color information

#532E62 (or 0x532E62) is unknown color: approx Scarlet Gum. HEX triplet: 53, 2E and 62. RGB value is (83,46,98). Sum of RGB (Red+Green+Blue) = 83+46+98=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #532E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E62 is #ACD19D. Grayscale: #3E3E3E. Windows color (decimal): -11325854 or 6434387. OLE color: 6434387.

HSL color Cylindrical-coordinate representation of color #532E62: hue angle of 282.69º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532E62 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB834698-
CMYK0.150.5300.62
HSL282.69º36.11%28.24%-
HSV(B)282.69º53.06%38.43%-
XYZ6.754.6712.1-
YUV62.99147.76142.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=36.56%
G=20.26%
B=43.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8346980.150.5300.62282.6936.1128.24
Hex532E62F3503E11b241c
Octal1235614217650764334434
Binary101001110111011000101111110101011111010001101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E62; }

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

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

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

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

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

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

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

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