#514042

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

Shades of Jon #514042

Tints of Jon #514042

Color information

#514042 (or 0x514042) is unknown color: approx Jon. HEX triplet: 51, 40 and 42. RGB value is (81,64,66). Sum of RGB (Red+Green+Blue) = 81+64+66=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514042 is #AEBFBD. Grayscale: #454545. Windows color (decimal): -11452350 or 4341841. OLE color: 4341841.

HSL color Cylindrical-coordinate representation of color #514042: hue angle of 352.94º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514042 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB816466-
CMYK00.210.190.68
HSL352.94º11.72%28.43%-
HSV(B)352.94º20.99%31.76%-
XYZ6.215.815.95-
YUV69.31126.13136.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=38.39%
G=30.33%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81646600.210.190.68352.9411.7228.43
Hex5140420151344161c1c
Octal121100102025231045411434
Binary101000110000001000010010101100111000100101100001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514042; }

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

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

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

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

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

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

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

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