#513162

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

Shades of Scarlet Gum #513162

Tints of Scarlet Gum #513162

Color information

#513162 (or 0x513162) is unknown color: approx Scarlet Gum. HEX triplet: 51, 31 and 62. RGB value is (81,49,98). Sum of RGB (Red+Green+Blue) = 81+49+98=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #513162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513162 is #AECE9D. Grayscale: #3F3F3F. Windows color (decimal): -11456158 or 6435153. OLE color: 6435153.

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

Color convert

RGB814998-
CMYK0.170.500.62
HSL279.18º33.33%28.82%-
HSV(B)279.18º50%38.43%-
XYZ6.74.8312.13-
YUV64.15147.1140.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=35.53%
G=21.49%
B=42.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8149980.170.500.62279.1833.3328.82
Hex513162113203E117211d
Octal1216114221620764274135
Binary1010001110001110001010001110010011111010001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513162; }

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

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

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

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

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

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

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

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