#511561

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

Shades of Scarlet Gum #511561

Tints of Scarlet Gum #511561

Color information

#511561 (or 0x511561) is unknown color: approx Scarlet Gum. HEX triplet: 51, 15 and 61. RGB value is (81,21,97). Sum of RGB (Red+Green+Blue) = 81+21+97=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #511561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511561 is #AEEA9E. Grayscale: #2F2F2F. Windows color (decimal): -11463327 or 6362449. OLE color: 6362449.

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

Color convert

RGB812197-
CMYK0.160.7800.62
HSL287.37º64.41%23.14%-
HSV(B)287.37º78.35%38.04%-
XYZ5.823.1511.61-
YUV47.6155.88151.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=40.70%
G=10.55%
B=48.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8121970.160.7800.62287.3764.4123.14
Hex511561104E03E11f4017
Octal121251412011607643710027
Binary10100011010111000011000010011100111110100011111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511561; }

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

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

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

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

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

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

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

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