#510d65

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

Shades of Scarlet Gum #510D65

Tints of Scarlet Gum #510D65

Color information

#510D65 (or 0x510D65) is unknown color: approx Scarlet Gum. HEX triplet: 51, 0D and 65. RGB value is (81,13,101). Sum of RGB (Red+Green+Blue) = 81+13+101=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #510D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D65 is #AEF29A. Grayscale: #2B2B2B. Windows color (decimal): -11465371 or 6622545. OLE color: 6622545.

HSL color Cylindrical-coordinate representation of color #510D65: hue angle of 286.36º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #510D65 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8113101-
CMYK0.200.8700.60
HSL286.36º77.19%22.35%-
HSV(B)286.36º87.13%39.61%-
XYZ5.892.9812.58-
YUV43.36160.53154.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=41.54%
G=6.67%
B=51.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81131010.200.8700.60286.3677.1922.35
Hex51D65145703C11e4d16
Octal121151452412707443611526
Binary1010001110111001011010010101110111100100011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510d65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,13,101); }

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

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

 a { background-color: rgb(81,13,101); }

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

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

 span { border-color: rgb(81,13,101); }

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