#511467

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

Shades of Scarlet Gum #511467

Tints of Scarlet Gum #511467

Color information

#511467 (or 0x511467) is unknown color: approx Scarlet Gum. HEX triplet: 51, 14 and 67. RGB value is (81,20,103). Sum of RGB (Red+Green+Blue) = 81+20+103=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #511467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511467 is #AEEB98. Grayscale: #2F2F2F. Windows color (decimal): -11463577 or 6755409. OLE color: 6755409.

HSL color Cylindrical-coordinate representation of color #511467: hue angle of 284.1º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511467 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8120103-
CMYK0.210.8100.60
HSL284.1º67.48%24.12%-
HSV(B)284.1º80.58%40.39%-
XYZ6.093.2313.13-
YUV47.7159.21151.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=39.71%
G=9.80%
B=50.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81201030.210.8100.60284.167.4824.12
Hex511467155103C11c4318
Octal121241472512107443410330
Binary10100011010011001111010110100010111100100011100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511467; }

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

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

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

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

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

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

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

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