Html Css Color HEX #484147 Purple Taupe

📋 copy color: '#484147'

red 72 ◦ green 65 ◦ blue 71

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

Shades of Purple Taupe #484147

Tints of Purple Taupe #484147

RGB

 RED value IS 72 (28.52% from 255) = 34.62%

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

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 34.62%
G = 31.25%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#484147 (or 0x484147) is known color: Purple Taupe. HEX triplet: 48, 41 and 47. RGB value is (72,65,71). Sum of RGB (Red+Green+Blue) = 72+65+71=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 72 - color contains mainly: red. Hex color #484147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484147 is #B7BEB8. Grayscale: #434343. Windows color (decimal): -12041913 or 4669768. OLE color: 4669768.

HSL color Cylindrical-coordinate representation of color #484147: hue angle of 308.57º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484147 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 71 -
CMYK 0 0.10 0.01 0.72
HSL 308.57º 0.05% 0.27% -
HSV(B) 308.57º 0.1% 0.28% -
XYZ 5.7 5.61 6.74 -
YUV 67.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 72 65 71 0 0.10 0.01 0.72 308.57 0.05 0.27
Hex 48 41 47 0 A 1 48 135 5 1B
Octal 110 101 107 0 12 1 110 465 5 33
Binary 1001000 1000001 1000111 0 1010 1 1001000 100110101 101 11011

Color Harmonies of #484147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484147

Black with #484147

Text Example


Text Example

White with #484147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484147; }

 p { color: rgb(72,65,71); }

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

background-color css

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

 a { background-color: rgb(72,65,71); }

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

border-color css

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

 span { border-color: rgb(72,65,71); }

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