Html Css Color HEX #51424F Purple Taupe

📋 copy color: '#51424F'

red 81 ◦ green 66 ◦ blue 79

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

Shades of Purple Taupe #51424F

Tints of Purple Taupe #51424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 35.84%
G = 29.2%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#51424F (or 0x51424F) is known color: Purple Taupe. HEX triplet: 51, 42 and 4F. RGB value is (81,66,79). Sum of RGB (Red+Green+Blue) = 81+66+79=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #51424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51424F is #AEBDB0. Grayscale: #474747. Windows color (decimal): -11451825 or 5194321. OLE color: 5194321.

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

Color convert

RGB 81 66 79 -
CMYK 0 0.19 0.02 0.68
HSL 308º 0.1% 0.29% -
HSV(B) 308º 0.19% 0.32% -
XYZ 6.75 6.21 8.24 -
YUV 71.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 81 66 79 0 0.19 0.02 0.68 308 0.1 0.29
Hex 51 42 4F 0 13 2 44 134 A 1D
Octal 121 102 117 0 23 2 104 464 12 35
Binary 1010001 1000010 1001111 0 10011 10 1000100 100110100 1010 11101

Color Harmonies of #51424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51424F

Black with #51424F

Text Example


Text Example

White with #51424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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