#513363

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

Shades of Scarlet Gum #513363

Tints of Scarlet Gum #513363

Color information

#513363 (or 0x513363) is unknown color: approx Scarlet Gum. HEX triplet: 51, 33 and 63. RGB value is (81,51,99). Sum of RGB (Red+Green+Blue) = 81+51+99=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #513363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513363 is #AECC9C. Grayscale: #414141. Windows color (decimal): -11455645 or 6501201. OLE color: 6501201.

HSL color Cylindrical-coordinate representation of color #513363: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #513363 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB815199-
CMYK0.180.4800.61
HSL277.5º32%29.41%-
HSV(B)277.5º48.48%38.82%-
XYZ6.835.0212.41-
YUV65.44146.94139.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=35.06%
G=22.08%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8151990.180.4800.61277.53229.41
Hex513363123003D116201d
Octal1216314322600754264035
Binary1010001110011110001110010110000011110110001011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513363; }

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

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

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

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

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

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

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

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