#511365

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

Shades of Scarlet Gum #511365

Tints of Scarlet Gum #511365

Color information

#511365 (or 0x511365) is unknown color: approx Scarlet Gum. HEX triplet: 51, 13 and 65. RGB value is (81,19,101). Sum of RGB (Red+Green+Blue) = 81+19+101=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #511365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511365 is #AEEC9A. Grayscale: #2E2E2E. Windows color (decimal): -11463835 or 6624081. OLE color: 6624081.

HSL color Cylindrical-coordinate representation of color #511365: hue angle of 285.37º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511365 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8119101-
CMYK0.200.8100.60
HSL285.37º68.33%23.53%-
HSV(B)285.37º81.19%39.61%-
XYZ5.983.1512.61-
YUV46.89158.54152.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=40.30%
G=9.45%
B=50.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81191010.200.8100.60285.3768.3323.53
Hex511365145103C11d4418
Octal121231452412107443510430
Binary10100011001111001011010010100010111100100011101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511365; }

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

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

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

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

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

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

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

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