#511268

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

Shades of Scarlet Gum #511268

Tints of Scarlet Gum #511268

Color information

#511268 (or 0x511268) is unknown color: approx Scarlet Gum. HEX triplet: 51, 12 and 68. RGB value is (81,18,104). Sum of RGB (Red+Green+Blue) = 81+18+104=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #511268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511268 is #AEED97. Grayscale: #2E2E2E. Windows color (decimal): -11464088 or 6820433. OLE color: 6820433.

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

Color convert

RGB8118104-
CMYK0.220.8300.59
HSL283.95º70.49%23.92%-
HSV(B)283.95º82.69%40.78%-
XYZ6.113.1813.39-
YUV46.64160.37152.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=39.90%
G=8.87%
B=51.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81181040.220.8300.59283.9570.4923.92
Hex511268165303B11c4618
Octal121221502612307343410630
Binary10100011001011010001011010100110111011100011100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511268; }

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

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

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

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

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

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

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

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