#514039

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

Shades of Paco #514039

Tints of Paco #514039

Color information

#514039 (or 0x514039) is unknown color: approx Paco. HEX triplet: 51, 40 and 39. RGB value is (81,64,57). Sum of RGB (Red+Green+Blue) = 81+64+57=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514039 is #AEBFC6. Grayscale: #444444. Windows color (decimal): -11452359 or 3752017. OLE color: 3752017.

HSL color Cylindrical-coordinate representation of color #514039: hue angle of 17.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514039 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB816457-
CMYK00.210.300.68
HSL17.5º17.39%27.06%-
HSV(B)17.5º29.63%31.76%-
XYZ5.975.714.66-
YUV68.28121.63137.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 57 (22.66% from 255) = 28.22%
R=40.10%
G=31.68%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81645700.210.300.6817.517.3927.06
Hex5140390151E4412111b
Octal1211007102536104222133
Binary10100011000000111001010101111101000100100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514039; }

 p { color: rgb(81,64,57); }

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

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

 a { background-color: rgb(81,64,57); }

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

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

 span { border-color: rgb(81,64,57); }

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