#51155F

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

Shades of Scarlet Gum #51155F

Tints of Scarlet Gum #51155F

Color information

#51155F (or 0x51155F) is unknown color: approx Scarlet Gum. HEX triplet: 51, 15 and 5F. RGB value is (81,21,95). Sum of RGB (Red+Green+Blue) = 81+21+95=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #51155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51155F is #AEEAA0. Grayscale: #2F2F2F. Windows color (decimal): -11463329 or 6231377. OLE color: 6231377.

HSL color Cylindrical-coordinate representation of color #51155F: hue angle of 288.65º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51155F is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB812195-
CMYK0.150.7800.63
HSL288.65º63.79%22.75%-
HSV(B)288.65º77.89%37.25%-
XYZ5.733.1111.13-
YUV47.38154.88151.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=41.12%
G=10.66%
B=48.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8121950.150.7800.63288.6563.7922.75
Hex51155FF4E03F1214017
Octal121251371711607744110027
Binary1010001101011011111111110011100111111100100001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51155F; }

 p { color: rgb(81,21,95); }

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

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

 a { background-color: rgb(81,21,95); }

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

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

 span { border-color: rgb(81,21,95); }

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