#53216A

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

Shades of Scarlet Gum #53216A

Tints of Scarlet Gum #53216A

Color information

#53216A (or 0x53216A) is unknown color: approx Scarlet Gum. HEX triplet: 53, 21 and 6A. RGB value is (83,33,106). Sum of RGB (Red+Green+Blue) = 83+33+106=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #53216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53216A is #ACDE95. Grayscale: #383838. Windows color (decimal): -11329174 or 6955347. OLE color: 6955347.

HSL color Cylindrical-coordinate representation of color #53216A: hue angle of 281.1º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53216A is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8333106-
CMYK0.220.6900.58
HSL281.1º52.52%27.25%-
HSV(B)281.1º68.87%41.57%-
XYZ6.713.9714.05-
YUV56.27156.06147.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=37.39%
G=14.86%
B=47.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83331060.220.6900.58281.152.5227.25
Hex53216A164503A119351b
Octal12341152261050724316533
Binary10100111000011101010101101000101011101010001100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53216A; }

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

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

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

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

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

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

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

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