Html Css Color HEX #51454F Purple Taupe

📋 copy color: '#51454F'

red 81 ◦ green 69 ◦ blue 79

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

Shades of Purple Taupe #51454F

Tints of Purple Taupe #51454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

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

R = 35.37%
G = 30.13%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#51454F (or 0x51454F) is known color: Purple Taupe. HEX triplet: 51, 45 and 4F. RGB value is (81,69,79). Sum of RGB (Red+Green+Blue) = 81+69+79=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #51454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51454F is #AEBAB0. Grayscale: #494949. Windows color (decimal): -11451057 or 5195089. OLE color: 5195089.

HSL color Cylindrical-coordinate representation of color #51454F: hue angle of 310º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #51454F is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 79 -
CMYK 0 0.15 0.02 0.68
HSL 310º 0.08% 0.29% -
HSV(B) 310º 0.15% 0.32% -
XYZ 6.93 6.57 8.3 -
YUV 73.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 81 69 79 0 0.15 0.02 0.68 310 0.08 0.29
Hex 51 45 4F 0 F 2 44 136 8 1D
Octal 121 105 117 0 17 2 104 466 10 35
Binary 1010001 1000101 1001111 0 1111 10 1000100 100110110 1000 11101

Color Harmonies of #51454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51454F

Black with #51454F

Text Example


Text Example

White with #51454F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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