Html Css Color HEX #51414C Purple Taupe

📋 copy color: '#51414C'

red 81 ◦ green 65 ◦ blue 76

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

Shades of Purple Taupe #51414C

Tints of Purple Taupe #51414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 76 (30.08% from 255) = 34.23%

R = 36.49%
G = 29.28%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51414C (or 0x51414C) is known color: Purple Taupe. HEX triplet: 51, 41 and 4C. RGB value is (81,65,76). Sum of RGB (Red+Green+Blue) = 81+65+76=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #51414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51414C is #AEBEB3. Grayscale: #474747. Windows color (decimal): -11452084 or 4997457. OLE color: 4997457.

HSL color Cylindrical-coordinate representation of color #51414C: hue angle of 318.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #51414C is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 76 -
CMYK 0 0.20 0.06 0.68
HSL 318.75º 0.11% 0.29% -
HSV(B) 318.75º 0.2% 0.32% -
XYZ 6.59 6.05 7.66 -
YUV 71.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 81 65 76 0 0.20 0.06 0.68 318.75 0.11 0.29
Hex 51 41 4C 0 14 6 44 13F B 1D
Octal 121 101 114 0 24 6 104 477 13 35
Binary 1010001 1000001 1001100 0 10100 110 1000100 100111111 1011 11101

Color Harmonies of #51414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51414C

Black with #51414C

Text Example


Text Example

White with #51414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51414C; }

 p { color: rgb(81,65,76); }

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

background-color css

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

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

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

border-color css

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

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

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