Html Css Color HEX #52444F Purple Taupe

📋 copy color: '#52444F'

red 82 ◦ green 68 ◦ blue 79

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

Shades of Purple Taupe #52444F

Tints of Purple Taupe #52444F

RGB

 RED value IS 82 (32.42% from 255) = 35.81%

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 35.81%
G = 29.69%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52444F (or 0x52444F) is known color: Purple Taupe. HEX triplet: 52, 44 and 4F. RGB value is (82,68,79). Sum of RGB (Red+Green+Blue) = 82+68+79=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #52444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52444F is #ADBBB0. Grayscale: #494949. Windows color (decimal): -11385777 or 5194834. OLE color: 5194834.

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

Color convert

RGB 82 68 79 -
CMYK 0 0.17 0.04 0.68
HSL 312.86º 0.09% 0.29% -
HSV(B) 312.86º 0.17% 0.32% -
XYZ 6.96 6.49 8.28 -
YUV 73.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 82 68 79 0 0.17 0.04 0.68 312.86 0.09 0.29
Hex 52 44 4F 0 11 4 44 139 9 1D
Octal 122 104 117 0 21 4 104 471 11 35
Binary 1010010 1000100 1001111 0 10001 100 1000100 100111001 1001 11101

Color Harmonies of #52444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52444F

Black with #52444F

Text Example


Text Example

White with #52444F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,68,79); }

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

background-color css

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

 a { background-color: rgb(82,68,79); }

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

border-color css

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

 span { border-color: rgb(82,68,79); }

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