#510F66

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

Shades of Scarlet Gum #510F66

Tints of Scarlet Gum #510F66

Color information

#510F66 (or 0x510F66) is unknown color: approx Scarlet Gum. HEX triplet: 51, 0F and 66. RGB value is (81,15,102). Sum of RGB (Red+Green+Blue) = 81+15+102=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #510F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F66 is #AEF099. Grayscale: #2C2C2C. Windows color (decimal): -11464858 or 6688593. OLE color: 6688593.

HSL color Cylindrical-coordinate representation of color #510F66: hue angle of 285.52º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510F66 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8115102-
CMYK0.210.8500.6
HSL285.52º74.36%22.94%-
HSV(B)285.52º85.29%40%-
XYZ5.963.0512.84-
YUV44.65160.37153.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 15 (6.25% from 255) = 7.58%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=40.91%
G=7.58%
B=51.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81151020.210.8500.6285.5274.3622.94
Hex51F66155503C11e4a17
Octal121171462512507443611227
Binary1010001111111001101010110101010111100100011110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510F66; }

 p { color: rgb(81,15,102); }

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

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

 a { background-color: rgb(81,15,102); }

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

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

 span { border-color: rgb(81,15,102); }

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