#511864

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

Shades of Scarlet Gum #511864

Tints of Scarlet Gum #511864

Color information

#511864 (or 0x511864) is unknown color: approx Scarlet Gum. HEX triplet: 51, 18 and 64. RGB value is (81,24,100). Sum of RGB (Red+Green+Blue) = 81+24+100=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #511864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511864 is #AEE79B. Grayscale: #313131. Windows color (decimal): -11462556 or 6559825. OLE color: 6559825.

HSL color Cylindrical-coordinate representation of color #511864: hue angle of 285º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #511864 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8124100-
CMYK0.190.7600.61
HSL285º61.29%24.31%-
HSV(B)285º76%39.22%-
XYZ6.023.3212.38-
YUV49.71156.38150.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 100 (39.45% from 255) = 48.78%
R=39.51%
G=11.71%
B=48.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81241000.190.7600.6128561.2924.31
Hex511864134C03D11d3d18
Octal12130144231140754357530
Binary1010001110001100100100111001100011110110001110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511864; }

 p { color: rgb(81,24,100); }

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

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

 a { background-color: rgb(81,24,100); }

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

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

 span { border-color: rgb(81,24,100); }

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