Html Css Color HEX #51424E Purple Taupe

📋 copy color: '#51424E'

red 81 ◦ green 66 ◦ blue 78

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

Shades of Purple Taupe #51424E

Tints of Purple Taupe #51424E

RGB

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

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

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

R = 36%
G = 29.33%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51424E (or 0x51424E) is known color: Purple Taupe. HEX triplet: 51, 42 and 4E. RGB value is (81,66,78). Sum of RGB (Red+Green+Blue) = 81+66+78=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #51424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51424E is #AEBDB1. Grayscale: #474747. Windows color (decimal): -11451826 or 5128785. OLE color: 5128785.

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

Color convert

RGB 81 66 78 -
CMYK 0 0.19 0.04 0.68
HSL 312º 0.1% 0.29% -
HSV(B) 312º 0.19% 0.32% -
XYZ 6.72 6.2 8.05 -
YUV 71.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 81 66 78 0 0.19 0.04 0.68 312 0.1 0.29
Hex 51 42 4E 0 13 4 44 138 A 1D
Octal 121 102 116 0 23 4 104 470 12 35
Binary 1010001 1000010 1001110 0 10011 100 1000100 100111000 1010 11101

Color Harmonies of #51424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51424E

Black with #51424E

Text Example


Text Example

White with #51424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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