#513161

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

Shades of Scarlet Gum #513161

Tints of Scarlet Gum #513161

Color information

#513161 (or 0x513161) is unknown color: approx Scarlet Gum. HEX triplet: 51, 31 and 61. RGB value is (81,49,97). Sum of RGB (Red+Green+Blue) = 81+49+97=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #513161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513161 is #AECE9E. Grayscale: #3F3F3F. Windows color (decimal): -11456159 or 6369617. OLE color: 6369617.

HSL color Cylindrical-coordinate representation of color #513161: hue angle of 280º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513161 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB814997-
CMYK0.160.4900.62
HSL280º32.88%28.63%-
HSV(B)280º49.48%38.04%-
XYZ6.654.8111.89-
YUV64.04146.6140.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=35.68%
G=21.59%
B=42.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8149970.160.4900.6228032.8828.63
Hex513161103103E118211d
Octal1216114120610764304135
Binary1010001110001110000110000110001011111010001100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513161; }

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

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

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

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

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

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

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

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