Html Css Color HEX #4D3F48 Purple Taupe

📋 copy color: '#4D3F48'

red 77 ◦ green 63 ◦ blue 72

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

Shades of Purple Taupe #4D3F48

Tints of Purple Taupe #4D3F48

RGB

 RED value IS 77 (30.47% from 255) = 36.32%

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 36.32%
G = 29.72%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D3F48 (or 0x4D3F48) is known color: Purple Taupe. HEX triplet: 4D, 3F and 48. RGB value is (77,63,72). Sum of RGB (Red+Green+Blue) = 77+63+72=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3F48 is #B2C0B7. Grayscale: #444444. Windows color (decimal): -11714744 or 4734797. OLE color: 4734797.

HSL color Cylindrical-coordinate representation of color #4D3F48: hue angle of 321.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D3F48 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 63 72 -
CMYK 0 0.18 0.06 0.70
HSL 321.43º 0.1% 0.27% -
HSV(B) 321.43º 0.18% 0.3% -
XYZ 6.01 5.6 6.9 -
YUV 68.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 77 63 72 0 0.18 0.06 0.70 321.43 0.1 0.27
Hex 4D 3F 48 0 12 6 46 141 A 1B
Octal 115 77 110 0 22 6 106 501 12 33
Binary 1001101 111111 1001000 0 10010 110 1000110 101000001 1010 11011

Color Harmonies of #4D3F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F48

Black with #4D3F48

Text Example


Text Example

White with #4D3F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D3F48; }

 p { color: rgb(77,63,72); }

 H1.HeaderClassName
 {
   color: #4D3F48;
 }
 .AnyTagClassName
 {
   color: #4D3F48;
 }
</style>

background-color css

<style>
 a { background-color: #4D3F48; }

 a { background-color: rgb(77,63,72); }

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

border-color css

<style>
 span { border-color: #4D3F48; }

 span { border-color: rgb(77,63,72); }

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