#511768

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

Shades of Scarlet Gum #511768

Tints of Scarlet Gum #511768

Color information

#511768 (or 0x511768) is unknown color: approx Scarlet Gum. HEX triplet: 51, 17 and 68. RGB value is (81,23,104). Sum of RGB (Red+Green+Blue) = 81+23+104=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #511768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511768 is #AEE897. Grayscale: #313131. Windows color (decimal): -11462808 or 6821713. OLE color: 6821713.

HSL color Cylindrical-coordinate representation of color #511768: hue angle of 282.96º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511768 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8123104-
CMYK0.220.7800.59
HSL282.96º63.78%24.9%-
HSV(B)282.96º77.88%40.78%-
XYZ6.23.3613.42-
YUV49.58158.72150.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 104 (41.02% from 255) = 50%
R=38.94%
G=11.06%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81231040.220.7800.59282.9663.7824.9
Hex511768164E03B11b4019
Octal121271502611607343310031
Binary10100011011111010001011010011100111011100011011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511768; }

 p { color: rgb(81,23,104); }

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

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

 a { background-color: rgb(81,23,104); }

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

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

 span { border-color: rgb(81,23,104); }

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