#511261

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

Shades of Scarlet Gum #511261

Tints of Scarlet Gum #511261

Color information

#511261 (or 0x511261) is unknown color: approx Scarlet Gum. HEX triplet: 51, 12 and 61. RGB value is (81,18,97). Sum of RGB (Red+Green+Blue) = 81+18+97=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #511261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511261 is #AEED9E. Grayscale: #2D2D2D. Windows color (decimal): -11464095 or 6361681. OLE color: 6361681.

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

Color convert

RGB811897-
CMYK0.160.8100.62
HSL287.85º68.7%22.55%-
HSV(B)287.85º81.44%38.04%-
XYZ5.773.0511.59-
YUV45.84156.87153.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=41.33%
G=9.18%
B=49.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8118970.160.8100.62287.8568.722.55
Hex511261105103E1204517
Octal121221412012107644010527
Binary10100011001011000011000010100010111110100100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511261; }

 p { color: rgb(81,18,97); }

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

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

 a { background-color: rgb(81,18,97); }

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

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

 span { border-color: rgb(81,18,97); }

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