#53315F

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

Shades of Scarlet Gum #53315F

Tints of Scarlet Gum #53315F

Color information

#53315F (or 0x53315F) is unknown color: approx Scarlet Gum. HEX triplet: 53, 31 and 5F. RGB value is (83,49,95). Sum of RGB (Red+Green+Blue) = 83+49+95=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #53315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53315F is #ACCEA0. Grayscale: #404040. Windows color (decimal): -11325089 or 6238547. OLE color: 6238547.

HSL color Cylindrical-coordinate representation of color #53315F: hue angle of 284.35º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53315F is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB834995-
CMYK0.130.4800.63
HSL284.35º31.94%28.24%-
HSV(B)284.35º48.42%37.25%-
XYZ6.734.8611.41-
YUV64.41145.26141.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=36.56%
G=21.59%
B=41.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8349950.130.4800.63284.3531.9428.24
Hex53315FD3003F11c201c
Octal1236113715600774344034
Binary101001111000110111111101110000011111110001110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53315F; }

 p { color: rgb(83,49,95); }

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

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

 a { background-color: rgb(83,49,95); }

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

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

 span { border-color: rgb(83,49,95); }

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