Html Css Color HEX #534252 Purple Taupe

📋 copy color: '#534252'

red 83 ◦ green 66 ◦ blue 82

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

Shades of Purple Taupe #534252

Tints of Purple Taupe #534252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

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

R = 35.93%
G = 28.57%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#534252 (or 0x534252) is known color: Purple Taupe. HEX triplet: 53, 42 and 52. RGB value is (83,66,82). Sum of RGB (Red+Green+Blue) = 83+66+82=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534252 is #ACBDAD. Grayscale: #484848. Windows color (decimal): -11320750 or 5390931. OLE color: 5390931.

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

Color convert

RGB 83 66 82 -
CMYK 0 0.20 0.01 0.67
HSL 303.53º 0.11% 0.29% -
HSV(B) 303.53º 0.2% 0.33% -
XYZ 7.04 6.34 8.84 -
YUV 72.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 83 66 82 0 0.20 0.01 0.67 303.53 0.11 0.29
Hex 53 42 52 0 14 1 43 130 B 1D
Octal 123 102 122 0 24 1 103 460 13 35
Binary 1010011 1000010 1010010 0 10100 1 1000011 100110000 1011 11101

Color Harmonies of #534252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534252

Black with #534252

Text Example


Text Example

White with #534252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534252; }

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

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

background-color css

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

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

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

border-color css

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

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

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