#511262

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

Shades of Scarlet Gum #511262

Tints of Scarlet Gum #511262

Color information

#511262 (or 0x511262) is unknown color: approx Scarlet Gum. HEX triplet: 51, 12 and 62. RGB value is (81,18,98). Sum of RGB (Red+Green+Blue) = 81+18+98=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #511262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511262 is #AEED9D. Grayscale: #2D2D2D. Windows color (decimal): -11464094 or 6427217. OLE color: 6427217.

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

Color convert

RGB811898-
CMYK0.170.8200.62
HSL287.25º68.97%22.75%-
HSV(B)287.25º81.63%38.43%-
XYZ5.813.0611.84-
YUV45.96157.37153-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=41.12%
G=9.14%
B=49.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8118980.170.8200.62287.2568.9722.75
Hex511262115203E11f4517
Octal121221422112207643710527
Binary10100011001011000101000110100100111110100011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511262; }

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

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

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

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

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

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

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

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