#511464

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

Shades of Scarlet Gum #511464

Tints of Scarlet Gum #511464

Color information

#511464 (or 0x511464) is unknown color: approx Scarlet Gum. HEX triplet: 51, 14 and 64. RGB value is (81,20,100). Sum of RGB (Red+Green+Blue) = 81+20+100=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #511464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511464 is #AEEB9B. Grayscale: #2F2F2F. Windows color (decimal): -11463580 or 6558801. OLE color: 6558801.

HSL color Cylindrical-coordinate representation of color #511464: hue angle of 285.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511464 is Cyan = 0.19, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8120100-
CMYK0.190.800.61
HSL285.75º66.67%23.53%-
HSV(B)285.75º80%39.22%-
XYZ5.943.1712.36-
YUV47.36157.71152-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 100 (39.45% from 255) = 49.75%
R=40.30%
G=9.95%
B=49.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81201000.190.800.61285.7566.6723.53
Hex511464135003D11e4318
Octal121241442312007543610330
Binary10100011010011001001001110100000111101100011110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511464; }

 p { color: rgb(81,20,100); }

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

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

 a { background-color: rgb(81,20,100); }

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

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

 span { border-color: rgb(81,20,100); }

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