#53276A

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

Shades of Scarlet Gum #53276A

Tints of Scarlet Gum #53276A

Color information

#53276A (or 0x53276A) is unknown color: approx Scarlet Gum. HEX triplet: 53, 27 and 6A. RGB value is (83,39,106). Sum of RGB (Red+Green+Blue) = 83+39+106=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #53276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53276A is #ACD895. Grayscale: #3B3B3B. Windows color (decimal): -11327638 or 6956883. OLE color: 6956883.

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

Color convert

RGB8339106-
CMYK0.220.6300.58
HSL279.4º46.21%28.43%-
HSV(B)279.4º63.21%41.57%-
XYZ6.894.3314.11-
YUV59.79154.08144.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=36.40%
G=17.11%
B=46.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83391060.220.6300.58279.446.2128.43
Hex53276A163F03A1172e1c
Octal1234715226770724275634
Binary1010011100111110101010110111111011101010001011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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