#512661

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

Shades of Scarlet Gum #512661

Tints of Scarlet Gum #512661

Color information

#512661 (or 0x512661) is unknown color: approx Scarlet Gum. HEX triplet: 51, 26 and 61. RGB value is (81,38,97). Sum of RGB (Red+Green+Blue) = 81+38+97=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #512661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512661 is #AED99E. Grayscale: #393939. Windows color (decimal): -11458975 or 6366801. OLE color: 6366801.

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

Color convert

RGB813897-
CMYK0.160.6100.62
HSL283.73º43.7%26.47%-
HSV(B)283.73º60.82%38.04%-
XYZ6.24411.75-
YUV57.58150.25144.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=37.5%
G=17.59%
B=44.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8138970.160.6100.62283.7343.726.47
Hex512661103D03E11c2c1a
Octal1214614120750764345432
Binary1010001100110110000110000111101011111010001110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512661; }

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

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

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

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

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

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

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

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