#51136A

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

Shades of Scarlet Gum #51136A

Tints of Scarlet Gum #51136A

Color information

#51136A (or 0x51136A) is unknown color: approx Scarlet Gum. HEX triplet: 51, 13 and 6A. RGB value is (81,19,106). Sum of RGB (Red+Green+Blue) = 81+19+106=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #51136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51136A is #AEEC95. Grayscale: #2F2F2F. Windows color (decimal): -11463830 or 6951761. OLE color: 6951761.

HSL color Cylindrical-coordinate representation of color #51136A: hue angle of 282.76º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51136A is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8119106-
CMYK0.240.8200.58
HSL282.76º69.6%24.51%-
HSV(B)282.76º82.08%41.57%-
XYZ6.233.2613.94-
YUV47.46161.04151.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=39.32%
G=9.22%
B=51.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81191060.240.8200.58282.7669.624.51
Hex51136A185203A11b4619
Octal121231523012207243310631
Binary10100011001111010101100010100100111010100011011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51136A; }

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

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

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

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

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

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

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

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