Html Css Color HEX #51444E Purple Taupe

📋 copy color: '#51444E'

red 81 ◦ green 68 ◦ blue 78

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

Shades of Purple Taupe #51444E

Tints of Purple Taupe #51444E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 35.68%
G = 29.96%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51444E (or 0x51444E) is known color: Purple Taupe. HEX triplet: 51, 44 and 4E. RGB value is (81,68,78). Sum of RGB (Red+Green+Blue) = 81+68+78=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #51444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51444E is #AEBBB1. Grayscale: #494949. Windows color (decimal): -11451314 or 5129297. OLE color: 5129297.

HSL color Cylindrical-coordinate representation of color #51444E: hue angle of 313.85º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #51444E is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 68 78 -
CMYK 0 0.16 0.04 0.68
HSL 313.85º 0.09% 0.29% -
HSV(B) 313.85º 0.16% 0.32% -
XYZ 6.84 6.43 8.09 -
YUV 73.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 81 68 78 0 0.16 0.04 0.68 313.85 0.09 0.29
Hex 51 44 4E 0 10 4 44 13A 9 1D
Octal 121 104 116 0 20 4 104 472 11 35
Binary 1010001 1000100 1001110 0 10000 100 1000100 100111010 1001 11101

Color Harmonies of #51444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51444E

Black with #51444E

Text Example


Text Example

White with #51444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51444E; }

 p { color: rgb(81,68,78); }

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

background-color css

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

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

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

border-color css

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

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

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