#53176B

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

Shades of Scarlet Gum #53176B

Tints of Scarlet Gum #53176B

Color information

#53176B (or 0x53176B) is unknown color: approx Scarlet Gum. HEX triplet: 53, 17 and 6B. RGB value is (83,23,107). Sum of RGB (Red+Green+Blue) = 83+23+107=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #53176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53176B is #ACE894. Grayscale: #323232. Windows color (decimal): -11331733 or 7018323. OLE color: 7018323.

HSL color Cylindrical-coordinate representation of color #53176B: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53176B is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8323107-
CMYK0.220.7900.58
HSL282.86º64.62%25.49%-
HSV(B)282.86º78.5%41.96%-
XYZ6.533.5114.24-
YUV50.52159.88151.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=38.97%
G=10.80%
B=50.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83231070.220.7900.58282.8664.6225.49
Hex53176B164F03A11b4119
Octal123271532611707243310131
Binary10100111011111010111011010011110111010100011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53176B; }

 p { color: rgb(83,23,107); }

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

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

 a { background-color: rgb(83,23,107); }

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

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

 span { border-color: rgb(83,23,107); }

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