#513361

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

Shades of Scarlet Gum #513361

Tints of Scarlet Gum #513361

Color information

#513361 (or 0x513361) is unknown color: approx Scarlet Gum. HEX triplet: 51, 33 and 61. RGB value is (81,51,97). Sum of RGB (Red+Green+Blue) = 81+51+97=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #513361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513361 is #AECC9E. Grayscale: #414141. Windows color (decimal): -11455647 or 6370129. OLE color: 6370129.

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

Color convert

RGB815197-
CMYK0.160.4700.62
HSL279.13º31.08%29.02%-
HSV(B)279.13º47.42%38.04%-
XYZ6.734.9811.92-
YUV65.21145.94139.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=35.37%
G=22.27%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8151970.160.4700.62279.1331.0829.02
Hex513361102F03E1171f1d
Octal1216314120570764273735
Binary101000111001111000011000010111101111101000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513361; }

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

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

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

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

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

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

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

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