#511269

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

Shades of Scarlet Gum #511269

Tints of Scarlet Gum #511269

Color information

#511269 (or 0x511269) is unknown color: approx Scarlet Gum. HEX triplet: 51, 12 and 69. RGB value is (81,18,105). Sum of RGB (Red+Green+Blue) = 81+18+105=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #511269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511269 is #AEED96. Grayscale: #2E2E2E. Windows color (decimal): -11464087 or 6885969. OLE color: 6885969.

HSL color Cylindrical-coordinate representation of color #511269: hue angle of 283.45º degrees, saturation: 0.71, 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 #511269 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8118105-
CMYK0.230.8300.59
HSL283.45º70.73%24.12%-
HSV(B)283.45º82.86%41.18%-
XYZ6.163.213.66-
YUV46.76160.87152.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=39.71%
G=8.82%
B=51.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81181050.230.8300.59283.4570.7324.12
Hex511269175303B11b4718
Octal121221512712307343310730
Binary10100011001011010011011110100110111011100011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511269; }

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

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

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

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

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

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

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

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