Html Css Color HEX #513951 Bossanova

📋 copy color: '#513951'

red 81 ◦ green 57 ◦ blue 81

#513951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #513951

Tints of Bossanova #513951

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 value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513951 (or 0x513951) is known color: 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

RGB 81 57 81 -
CMYK 0 0.30 0 0.68
HSL 300º 0.17% 0.27% -
HSV(B) 300º 0.3% 0.32% -
XYZ 6.34 5.27 8.47 -
YUV 66.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 81 57 81 0 0.30 0 0.68 300 0.17 0.27
Hex 51 39 51 0 1E 0 44 12C 11 1B
Octal 121 71 121 0 36 0 104 454 21 33
Binary 1010001 111001 1010001 0 11110 0 1000100 100101100 10001 11011

Color Harmonies of #513951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513951

Black with #513951

Text Example


Text Example

White with #513951

Text Example


Text Example

HTML Codes & Css Web 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>