#511F65

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

Shades of Scarlet Gum #511F65

Tints of Scarlet Gum #511F65

Color information

#511F65 (or 0x511F65) is unknown color: approx Scarlet Gum. HEX triplet: 51, 1F and 65. RGB value is (81,31,101). Sum of RGB (Red+Green+Blue) = 81+31+101=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #511F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F65 is #AEE09A. Grayscale: #353535. Windows color (decimal): -11460763 or 6627153. OLE color: 6627153.

HSL color Cylindrical-coordinate representation of color #511F65: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511F65 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8131101-
CMYK0.200.6900.60
HSL282.86º53.03%25.88%-
HSV(B)282.86º69.31%39.61%-
XYZ6.233.6712.69-
YUV53.93154.56147.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 31 (12.5% from 255) = 14.55%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=38.03%
G=14.55%
B=47.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81311010.200.6900.60282.8653.0325.88
Hex511F65144503C11b351a
Octal12137145241050744336532
Binary1010001111111100101101001000101011110010001101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F65; }

 p { color: rgb(81,31,101); }

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

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

 a { background-color: rgb(81,31,101); }

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

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

 span { border-color: rgb(81,31,101); }

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