#532165

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

Shades of Scarlet Gum #532165

Tints of Scarlet Gum #532165

Color information

#532165 (or 0x532165) is unknown color: approx Scarlet Gum. HEX triplet: 53, 21 and 65. RGB value is (83,33,101). Sum of RGB (Red+Green+Blue) = 83+33+101=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #532165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532165 is #ACDE9A. Grayscale: #373737. Windows color (decimal): -11329179 or 6627667. OLE color: 6627667.

HSL color Cylindrical-coordinate representation of color #532165: hue angle of 284.12º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #532165 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8333101-
CMYK0.180.6700.60
HSL284.12º50.75%26.27%-
HSV(B)284.12º67.33%39.61%-
XYZ6.463.8712.72-
YUV55.7153.56147.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=38.25%
G=15.21%
B=46.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83331010.180.6700.60284.1250.7526.27
Hex532165124303C11c331a
Octal12341145221030744346332
Binary10100111000011100101100101000011011110010001110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532165; }

 p { color: rgb(83,33,101); }

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

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

 a { background-color: rgb(83,33,101); }

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

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

 span { border-color: rgb(83,33,101); }

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