#511662

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

Shades of Scarlet Gum #511662

Tints of Scarlet Gum #511662

Color information

#511662 (or 0x511662) is unknown color: approx Scarlet Gum. HEX triplet: 51, 16 and 62. RGB value is (81,22,98). Sum of RGB (Red+Green+Blue) = 81+22+98=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #511662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511662 is #AEE99D. Grayscale: #303030. Windows color (decimal): -11463070 or 6428241. OLE color: 6428241.

HSL color Cylindrical-coordinate representation of color #511662: hue angle of 286.58º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511662 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB812298-
CMYK0.170.7800.62
HSL286.58º63.33%23.53%-
HSV(B)286.58º77.55%38.43%-
XYZ5.883.211.86-
YUV48.3156.05151.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=40.30%
G=10.95%
B=48.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8122980.170.7800.62286.5863.3323.53
Hex511662114E03E11f3f18
Octal12126142211160764377730
Binary1010001101101100010100011001110011111010001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511662; }

 p { color: rgb(81,22,98); }

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

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

 a { background-color: rgb(81,22,98); }

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

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

 span { border-color: rgb(81,22,98); }

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