#511A66

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

Shades of Scarlet Gum #511A66

Tints of Scarlet Gum #511A66

Color information

#511A66 (or 0x511A66) is unknown color: approx Scarlet Gum. HEX triplet: 51, 1A and 66. RGB value is (81,26,102). Sum of RGB (Red+Green+Blue) = 81+26+102=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #511A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A66 is #AEE599. Grayscale: #323232. Windows color (decimal): -11462042 or 6691409. OLE color: 6691409.

HSL color Cylindrical-coordinate representation of color #511A66: hue angle of 283.42º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511A66 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8126102-
CMYK0.210.7500.6
HSL283.42º59.38%25.1%-
HSV(B)283.42º74.51%40%-
XYZ6.163.4512.91-
YUV51.11156.72149.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=38.76%
G=12.44%
B=48.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81261020.210.7500.6283.4259.3825.1
Hex511A66154B03C11b3b19
Octal12132146251130744337331
Binary1010001110101100110101011001011011110010001101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,26,102); }

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

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

 a { background-color: rgb(81,26,102); }

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

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

 span { border-color: rgb(81,26,102); }

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