#513165

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

Shades of Scarlet Gum #513165

Tints of Scarlet Gum #513165

Color information

#513165 (or 0x513165) is unknown color: approx Scarlet Gum. HEX triplet: 51, 31 and 65. RGB value is (81,49,101). Sum of RGB (Red+Green+Blue) = 81+49+101=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #513165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513165 is #AECE9A. Grayscale: #404040. Windows color (decimal): -11456155 or 6631761. OLE color: 6631761.

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

Color convert

RGB8149101-
CMYK0.200.5100.60
HSL276.92º34.67%29.41%-
HSV(B)276.92º51.49%39.61%-
XYZ6.844.8912.89-
YUV64.5148.6139.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=35.06%
G=21.21%
B=43.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81491010.200.5100.60276.9234.6729.41
Hex513165143303C115231d
Octal1216114524630744254335
Binary1010001110001110010110100110011011110010001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513165; }

 p { color: rgb(81,49,101); }

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

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

 a { background-color: rgb(81,49,101); }

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

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

 span { border-color: rgb(81,49,101); }

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