#532069

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

Shades of Scarlet Gum #532069

Tints of Scarlet Gum #532069

Color information

#532069 (or 0x532069) is unknown color: approx Scarlet Gum. HEX triplet: 53, 20 and 69. RGB value is (83,32,105). Sum of RGB (Red+Green+Blue) = 83+32+105=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #532069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532069 is #ACDF96. Grayscale: #373737. Windows color (decimal): -11329431 or 6889555. OLE color: 6889555.

HSL color Cylindrical-coordinate representation of color #532069: hue angle of 281.92º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532069 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8332105-
CMYK0.210.7000.59
HSL281.92º53.28%26.86%-
HSV(B)281.92º69.52%41.18%-
XYZ6.633.8913.77-
YUV55.57155.9147.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=37.73%
G=14.55%
B=47.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83321050.210.7000.59281.9253.2826.86
Hex532069154603B11a351b
Octal12340151251060734326533
Binary10100111000001101001101011000110011101110001101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532069; }

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

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

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

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

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

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

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

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