Html Css Color HEX #534352 Purple Taupe

📋 copy color: '#534352'

red 83 ◦ green 67 ◦ blue 82

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

Shades of Purple Taupe #534352

Tints of Purple Taupe #534352

RGB

 RED value IS 83 (32.81% from 255) = 35.78%

 GREEN value IS 67 (26.56% from 255) = 28.88%

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 35.78%
G = 28.88%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#534352 (or 0x534352) is known color: Purple Taupe. HEX triplet: 53, 43 and 52. RGB value is (83,67,82). Sum of RGB (Red+Green+Blue) = 83+67+82=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534352 is #ACBCAD. Grayscale: #494949. Windows color (decimal): -11320494 or 5391187. OLE color: 5391187.

HSL color Cylindrical-coordinate representation of color #534352: hue angle of 303.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534352 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 82 -
CMYK 0 0.19 0.01 0.67
HSL 303.75º 0.11% 0.29% -
HSV(B) 303.75º 0.19% 0.33% -
XYZ 7.1 6.46 8.86 -
YUV 73.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 83 67 82 0 0.19 0.01 0.67 303.75 0.11 0.29
Hex 53 43 52 0 13 1 43 130 B 1D
Octal 123 103 122 0 23 1 103 460 13 35
Binary 1010011 1000011 1010010 0 10011 1 1000011 100110000 1011 11101

Color Harmonies of #534352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534352

Black with #534352

Text Example


Text Example

White with #534352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534352; }

 p { color: rgb(83,67,82); }

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

background-color css

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

 a { background-color: rgb(83,67,82); }

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

border-color css

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

 span { border-color: rgb(83,67,82); }

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