#511C69

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

Shades of Scarlet Gum #511C69

Tints of Scarlet Gum #511C69

Color information

#511C69 (or 0x511C69) is unknown color: approx Scarlet Gum. HEX triplet: 51, 1C and 69. RGB value is (81,28,105). Sum of RGB (Red+Green+Blue) = 81+28+105=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #511C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C69 is #AEE396. Grayscale: #343434. Windows color (decimal): -11461527 or 6888529. OLE color: 6888529.

HSL color Cylindrical-coordinate representation of color #511C69: hue angle of 281.3º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511C69 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8128105-
CMYK0.230.7300.59
HSL281.3º57.89%26.08%-
HSV(B)281.3º73.33%41.18%-
XYZ6.363.613.72-
YUV52.62157.56148.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=37.85%
G=13.08%
B=49.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81281050.230.7300.59281.357.8926.08
Hex511C69174903B1193a1a
Octal12134151271110734317232
Binary1010001111001101001101111001001011101110001100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,28,105); }

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

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

 a { background-color: rgb(81,28,105); }

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

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

 span { border-color: rgb(81,28,105); }

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