#513951

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

Shades of Bossanova #513951

Tints of Bossanova #513951

Color information

#513951 (or 0x513951) is unknown color: approx Bossanova. HEX triplet: 51, 39 and 51. RGB value is (81,57,81). Sum of RGB (Red+Green+Blue) = 81+57+81=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #513951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513951 is #AEC6AE. Grayscale: #424242. Windows color (decimal): -11454127 or 5323089. OLE color: 5323089.

HSL color Cylindrical-coordinate representation of color #513951: hue angle of 300º 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 #513951 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB815781-
CMYK00.3000.68
HSL300º17.39%27.06%-
HSV(B)300º29.63%31.76%-
XYZ6.345.278.47-
YUV66.91135.95138.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=36.99%
G=26.03%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81578100.3000.6830017.3927.06
Hex51395101E04412c111b
Octal1217112103601044542133
Binary10100011110011010001011110010001001001011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513951; }

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

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

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

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

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

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

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

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