Html Css Color HEX #504251 Bossanova

📋 copy color: '#504251'

red 80 ◦ green 66 ◦ blue 81

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

Shades of Bossanova #504251

Tints of Bossanova #504251

RGB

 RED value IS 80 (31.64% from 255) = 35.24%

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 35.24%
G = 29.07%
B = 35.68%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#504251 (or 0x504251) is known color: Bossanova. HEX triplet: 50, 42 and 51. RGB value is (80,66,81). Sum of RGB (Red+Green+Blue) = 80+66+81=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #504251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504251 is #AFBDAE. Grayscale: #474747. Windows color (decimal): -11517359 or 5325392. OLE color: 5325392.

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

Color convert

RGB 80 66 81 -
CMYK 0.01 0.19 0 0.68
HSL 296º 0.1% 0.29% -
HSV(B) 296º 0.19% 0.32% -
XYZ 6.74 6.2 8.63 -
YUV 71.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 80 66 81 0.01 0.19 0 0.68 296 0.1 0.29
Hex 50 42 51 1 13 0 44 128 A 1D
Octal 120 102 121 1 23 0 104 450 12 35
Binary 1010000 1000010 1010001 1 10011 0 1000100 100101000 1010 11101

Color Harmonies of #504251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504251

Black with #504251

Text Example


Text Example

White with #504251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504251; }

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

 H1.HeaderClassName
 {
   color: #504251;
 }
 .AnyTagClassName
 {
   color: #504251;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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