Html Css Color HEX #533650 Purple Taupe

📋 copy color: '#533650'

red 83 ◦ green 54 ◦ blue 80

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

Shades of Purple Taupe #533650

Tints of Purple Taupe #533650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 38.25%
G = 24.88%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#533650 (or 0x533650) is known color: Purple Taupe. HEX triplet: 53, 36 and 50. RGB value is (83,54,80). Sum of RGB (Red+Green+Blue) = 83+54+80=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533650 is #ACC9AF. Grayscale: #414141. Windows color (decimal): -11323824 or 5256787. OLE color: 5256787.

HSL color Cylindrical-coordinate representation of color #533650: hue angle of 306.21º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #533650 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 54 80 -
CMYK 0 0.35 0.04 0.67
HSL 306.21º 0.21% 0.27% -
HSV(B) 306.21º 0.35% 0.33% -
XYZ 6.33 5.06 8.23 -
YUV 65.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 83 54 80 0 0.35 0.04 0.67 306.21 0.21 0.27
Hex 53 36 50 0 23 4 43 132 15 1B
Octal 123 66 120 0 43 4 103 462 25 33
Binary 1010011 110110 1010000 0 100011 100 1000011 100110010 10101 11011

Color Harmonies of #533650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533650

Black with #533650

Text Example


Text Example

White with #533650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533650; }

 p { color: rgb(83,54,80); }

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

background-color css

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

 a { background-color: rgb(83,54,80); }

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

border-color css

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

 span { border-color: rgb(83,54,80); }

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