Html Css Color HEX #533F52 Purple Taupe

📋 copy color: '#533F52'

red 83 ◦ green 63 ◦ blue 82

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

Shades of Purple Taupe #533F52

Tints of Purple Taupe #533F52

RGB

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

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

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

R = 36.4%
G = 27.63%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#533F52 (or 0x533F52) is known color: Purple Taupe. HEX triplet: 53, 3F and 52. RGB value is (83,63,82). Sum of RGB (Red+Green+Blue) = 83+63+82=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #533F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F52 is #ACC0AD. Grayscale: #474747. Windows color (decimal): -11321518 or 5390163. OLE color: 5390163.

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

Color convert

RGB 83 63 82 -
CMYK 0 0.24 0.01 0.67
HSL 303º 0.14% 0.29% -
HSV(B) 303º 0.24% 0.33% -
XYZ 6.87 6 8.78 -
YUV 71.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 83 63 82 0 0.24 0.01 0.67 303 0.14 0.29
Hex 53 3F 52 0 18 1 43 12F E 1D
Octal 123 77 122 0 30 1 103 457 16 35
Binary 1010011 111111 1010010 0 11000 1 1000011 100101111 1110 11101

Color Harmonies of #533F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F52

Black with #533F52

Text Example


Text Example

White with #533F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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