#511360

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

Shades of Scarlet Gum #511360

Tints of Scarlet Gum #511360

Color information

#511360 (or 0x511360) is unknown color: approx Scarlet Gum. HEX triplet: 51, 13 and 60. RGB value is (81,19,96). Sum of RGB (Red+Green+Blue) = 81+19+96=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #511360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511360 is #AEEC9F. Grayscale: #2E2E2E. Windows color (decimal): -11463840 or 6296401. OLE color: 6296401.

HSL color Cylindrical-coordinate representation of color #511360: hue angle of 288.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511360 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB811996-
CMYK0.160.8000.62
HSL288.31º66.96%22.55%-
HSV(B)288.31º80.21%37.65%-
XYZ5.743.0611.35-
YUV46.32156.04152.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=41.33%
G=9.69%
B=48.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8119960.160.8000.62288.3166.9622.55
Hex511360105003E1204317
Octal121231402012007644010327
Binary10100011001111000001000010100000111110100100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511360; }

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

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

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

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

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

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

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

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